|
-
Jan 9th, 2010, 07:56 PM
#2
Re: Problem when add splitter
A SplitContainer is just a control like any other, so you add it to a form like any other. Each "half" of the SplitContainer is like a Panel, so you add other controls to those two "halves" like you would to a Panel. You'll then generally set the Dock or Anchor properties of the child controls so that they resize correctly as the splitter is dragged by the user.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|