Position Controls in FlowlayoutPanel anywahere

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ihabalaloul
    New Member
    • Dec 2011
    • 2

    #1

    Position Controls in FlowlayoutPanel anywahere

    Hi,
    I just started with some test samples to learn C# (ver 4.0); after I created a FlowlayoutPanel container; any control I added inside is AUTO position from upper left corner then next to left.
    How Can I position add controls (labels, texts buttons) any where in that flowlayoutPanel .
    Also, I appreciate if somebody send me useful samples to create new projects ...
  • adriancs
    New Member
    • Apr 2011
    • 122

    #2
    I think the answer is no.
    You may want to use panel instead.

    Comment

    • ihabalaloul
      New Member
      • Dec 2011
      • 2

      #3
      Thanks
      But I tried the Panel before and I got a problem to change it's property to "RightToLef t" or Vice verse .
      I need a container that could be DOCKED and switched right to left or left to right when needed ;

      Comment

      Working...