OlkControl.MinimumWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer (int in C#) value that specifies the minimum width the control can be automatically sized down to. Read/write.
public:
property int MinimumWidth { int get(); void set(int value); };
public int MinimumWidth { get; set; }
Public Property MinimumWidth As Integer
Property Value
Remarks
EnableAutoLayout must be set to True in order for MinimumWidth to become effective.