Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Automatically wrap RibbonElements in RibbonButtonGroup

Not answered Automatically wrap RibbonElements in RibbonButtonGroup

Feed from this thread
  • AMF avatar

    Posted on Nov 22, 2011 (permalink)

    Hello,

    I am programatically trying to add an arbitrary number of checkboxes (RadCheckBoxElements) to a Vertically aligned ButtonGroup in a RibbonBar. The problem I encounter, is when the number of Elements exceeds three/four, the elements appear 'behind' the edge of the ribbonbar: the list of elements is not continued in an imaginary adjacent column, if you will. In a textual representation, this is what I have now:

    ===Bar===
    [ ] CheckBox1
    [ ] CheckBox2
    [ ] CheckBox3
    ===Bar===
    [ ] CheckBoxn (appears partly or wholly below bar edge)

    What I want to achieve is:
    ===Bar===
    [ ] CheckBox1  [ ] CheckBox4
    [ ] CheckBox2  [ ] CheckBoxn
    [ ] CheckBox3
    ===Bar===

    Could you help me with this? Thanks in advance!

    Reply

  • Peter Peter admin's avatar

    Posted on Nov 25, 2011 (permalink)

    Hi Amf,

    Thank you for contacting us.

    I can suggest setting RibbonBarGroup's Orientation to Horizontal and adding other
    RadRibbonBarButtonGroups elements that are Vertically oriented in this group. Finally, you should add three check boxes in each vertically oriented group.

    I hope this helps.

    All the best,
    Peter
    the Telerik team

    Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Automatically wrap RibbonElements in RibbonButtonGroup
Related resources for "Automatically wrap RibbonElements in RibbonButtonGroup"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]