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
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.
Is there anyway to accomplish this at run-time? I need to order the controls based on the user defined order that is stored in the database.