Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraToolbarsManager inside a SplitContainer
posted

I have a simple split container that just has a panel on each side.  Is it possible for me to have an UltraToolbarManager so that each icon I add goes only to one side and works within one panel?  Currently it is adding the toolbar over both panels.

Parents
No Data
Reply
  • 28945
    Suggested Answer
    Offline posted

    Hello Marc,

    You can achieve this by creating a UserControl that houses an UltraToolbarsManager. That way you can add a new instance to each of your panels on either side the SplitContainer control on your main form and size it accordingly since the UltraToolbarsManager will always show up at the top of the parent element that it resides.

    Let me know if you have any questions regarding this matter.

Children