can any one online can help my problem ???

yenwiee

New member
Joined
Jun 5, 2011
Messages
2
Programming Experience
Beginner
just give me feedback if there you are now :cool::cool: thankyou

it's abbout adding the usercontrol that i cant control the position and the location of each usercontrol added added in a panel

it's only added straight to one column down
but i want is to have more column as much as the width of the panel

anyone can help with the code? ???
 
Please post in the most appropriate forum for the topic. Thread moved.

You simply set the Location property of the control to determine its position. If you want to position it relative to another control then you use the appropriate property or properties of the other control to calculate the Location of the new one.

You might also consider using a TableLayoutPanel or FlowLayoutPanel, which handle the layout for you.
 
Back
Top