Table of Contents

Method SetColumnProportion

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetColumnProportion(int, int)

Sets proportion of an auto-stretchable column.

bool SetColumnProportion(int column, int proportion)

Parameters

column int

Column index.

proportion int

Column proportion (must be 1 or higher).

Returns

bool

true on success, false on failure.

Remarks

SplitterAutoCenter style needs to be used to indicate that columns are auto-resizable.