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
2115
How to split up an UltraPanel in half so two childs always use 50% of the width?
posted

I can't seem to figure out how to have two UltraPanels that take 50% of the width of their parent (also an UltraPanel?).

I started out with the TableLayoutPanel, but since Visual Inheritance doesn't work with the TableLayoutPanel, I can't go there...

Kind regards, Lieven Cardoen

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    Hello Lieven,

    Maybe you could try ultraGridBagLayoutPanel instead of TableLayoutPanel.

    Let me know if you have any questions.

Children