OlkControl.MinimumHeight Property

Definition

Returns or sets an Integer (int in C#) value that specifies the minimum height the control can be automatically sized down to. Read/write.

public:
 property int MinimumHeight { int get(); void set(int value); };
public int MinimumHeight { get; set; }
Public Property MinimumHeight As Integer

Property Value

Remarks

EnableAutoLayout must be set to True in order for MinimumLength to become effective.

Applies to