MinimumHeight Property
Version: Available or changed with runtime version 1.0.
Specifies the minimum height that the control add-in can be shrunk to. This setting only applies if the VerticalShrink setting is specified.
Applies to
- Control Add In
Value Type
- Integer
Property Values
The default is 0. If VerticalShrink is true but MinimumHeight is 0, the control add-in can shrink to nothing.
Dependent Property
This setting only applies if VerticalShrink is set to true.
Example
RequestedHeight = 300;
VerticalShrink = true;
MinimumHeight = 150;