Advertisement
Guest User

Untitled

a guest
May 5th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. How do I reposition a groupbox on a form?
  2. splitContainer1.Orientation = Orientation.Horizontal;
  3. splitContainer1.IsSplitterFixed = true;
  4.  
  5. splitContainer1.Panel1Collapsed = !splitContainer1.Panel1Collapsed;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement