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
790
Change the order of controls?
posted

Hi,

I am using the ultraFlowLayout control on my form. When I add a number of controls on to the panel, they are placed in the wrong order. If I try to move a control innside the panel, it snaps back to it's original place.

How do I change the order of the controls innside a panel that is controlled by ultraFlowLayoutManager?

Thanks in advance

Parents
No Data
Reply
  • 8421
    Verified Answer
    posted

    Hello,

    The FlowLayoutManager orders the controls based off of the order in which they were added to the container that is being managed. The easiest way to reorder the controls is to go in to the designer code and change the add order of the controls.

Children