Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Easy to use and good looking RadioGroupItem vertical alignment layout

    Related to
    http://forums.smartclient.com/showthread.php?t=9803&highlight=radiogroupitem

    I want to have a good looking vertical radio group item.

    #2
    Can you clarify your request a little. Are you specifically referring to the feature described in that thread whereby there is an editable "other" option, like this:

    Priority:
    O Low
    O Medium
    O High
    O Other: ________________
    Or is there some other feature lacking from a normal RadioGroupItem with vertical true set that you're looking for?

    Comment


      #3
      Hi,

      I want to display it like

      Priority: o Low
      o medium
      o high

      without using a hack like: every line is a single radio button.

      This leads to complicated code on some places of our project, like dynamic creation of formItems.

      Comment


        #4
        The answer already given in that thread, specifically this post, is still the right answer. Once you've got an appearance you like, you can just encapsulate it as a subclass of CanvasItem and re-use it wherever you need this special appearance of vertical radio items with a text field for custom values.

        Comment

        Working...
        X