I want to make sure that my tile's are placed in the correct position at startup. I have 2 large tiles (Tilepanel has 8 tiles) and I want a certain tile (1) to be always on the left and the other (2) on the right. My other panels are hidden at this stage
But when the form loads, for some reason I can not get them to be in that position,
Is this coding of properties?
Hello Marius,
The best way to position (dock) a control or panel to the left and right would be to use the UltraDockManager. I attached a sample demonstrating this. If it doesn't provide the functionality you are looking for please modify it or provide a new sample demonstrating the behavior you are reporting. Thanks.