Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Toolstrip (obsolete as of Q3 2010) > Buttons alignment

Not answered Buttons alignment

Feed from this thread
  • Hans avatar

    Posted on Oct 29, 2010 (permalink)

    Hi !

    I have a rad toolstrip with 3 butons, Save, Clear and Exit.
    I would like to align exit button at the end on the right side.

    Can I do this? How?

    Thank you !
    Hans

    Reply

  • Posted on Nov 2, 2010 (permalink)

    Hi, 

    Im fairly sure that the buttons cannot be right aligned, but you could always add a margin to the right most button to create the desired space. E.g. 

    Me.RadButtonElementExit.Margin.Left = value

    Hope that helps
    Richard

    Reply

  • Posted on Nov 2, 2010 (permalink)

    Note, that there is also a new control that will replace this one soon called RadCommandBar. 

    You can find out more about the new release at this link

    Richard

    Reply

  • Peter Peter admin's avatar

    Posted on Nov 3, 2010 (permalink)

    Indeed, Hans, as Richards mentions, we have been working on a new control - RadCommandBar - that will  replace the existing RadToolstrip.

    The new control will provide this feature (which currently is not support by RadToolstrip.) and will also provide Visual Style Builder support, auto-collapse, and much better design-time support.

    Hope this helps.

    Greetings,
    Peter
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Toolstrip (obsolete as of Q3 2010) > Buttons alignment