prevent Resize |
Post Reply |
Author | |
Bernie
Senior Member Joined: 05 July 2007 Location: Taiwan Status: Offline Points: 109 |
Post Options
Thanks(0)
Posted: 25 February 2008 at 3:46am |
I would like to cancel user's pane resize.
Can you teach me how?
|
|
Bernie Ho, Planning Manager + IELTS specialist + part-time programmer
Taiwan, R.O.C |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
You could use DockingPane.Options.LockSplitters = True but this affects all other splitters as well.
Or you could use: Pane.MaxTrackSize.SetSize 100,100 and Pane.MinTrackSize.SetSize 100,100
This will set the minimum and maximum size of the pane. If min == max then splitter won't be visible and cannot be resized
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |