I want to set a minimum width on a particular TLMDDockPanel (of kind dkTool), but setting its Constraints.MinWidth property doesn't work - the underlying zone is still able to resize to be narrower than the panel's MinWidth.
I guess that it is the zone that contains the panel that needs to be constrained, but how can I do this?
Thanks
Comments
Can you give me any help on which event handlers to use, or which virtual methods to override?
Thanks