C
celoftis
I have a VB .NET 2003 application with a spliter docked to the right. I
want to control the width of the split as the application starts... is
there a property to-do that? Here's what I have:
'Code above...
Me.mySplitter = New Splitter
Me.mySplitter.Dock = DockStyle.Left
'The following two settings don't seem to impact the
' initial width of the splitter, but only its
' limitations...
Me.mySplitter.MinExtra = 100
Me.mySplitter.MinSize = 100
'Code below...
-Charles
want to control the width of the split as the application starts... is
there a property to-do that? Here's what I have:
'Code above...
Me.mySplitter = New Splitter
Me.mySplitter.Dock = DockStyle.Left
'The following two settings don't seem to impact the
' initial width of the splitter, but only its
' limitations...
Me.mySplitter.MinExtra = 100
Me.mySplitter.MinSize = 100
'Code below...
-Charles