Link to home
Start Free TrialLog in
Avatar of riccomondo
riccomondoFlag for Italy

asked on

Splitter panel width

Hi, I need to change the splitter panel width programmatically.
Avatar of John (Yiannis) Toutountzoglou
John (Yiannis) Toutountzoglou
Flag of Greece image

hi....
Me.SplitContainer1.SplitterWidth = 6   'Or whatver value you want
Avatar of riccomondo

ASKER

This solution change the splitterContainers; I need to change the size of specified splitter panel.
we have a panel and a splitContainer .Splitter is only in split container...
Change SplitContainer1.SplitterDistance, for example:

SplitContainer1.SplitterDistance = SplitContainer1.Width / 2

Hi, I solve. To modify the panel1 size use the command Me.
me.SplitContainer1.SplitterDistance = value
The question was about splitter width...:)
none
none
What happens? The system requires always the same question.
ASKER CERTIFIED SOLUTION
Avatar of riccomondo
riccomondo
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial