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
860
Programmatically add separator to an UltraExplorerBarGroup
posted

Hi

I am adding controls (like UltraCheckEditor, UltraLabel, UltraTrackBar, ...) to a group (Container style) through myGroup.Container.Controls.Add(someting).

Now I need to a (horizontal) separator between to items. How can I do it?

Parents
No Data
Reply
  • 53790
    posted

    Hello emoreau

    If you are using ControlContainer Style, then your default Separator items will be not visible. There are different approaches to solve this task. You could use DrawFilter or CreationFilter, but I think that the easest way to solve this task without any additional code, will be if you are using UltraPanels. I create a small sample for you. Please take a look at the attached sample and if you have any questions, feel free to write me

    Regards

Children