Click or drag to resize

DataBrowser.ColumnReSize Method (Typed)

X#
Provide a method that is invoked when a column is resized.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ColumnReSize(
	oColumn AS DataColumn
) AS VOID
Request Example View Source

Parameters

oColumn
Type: DataColumn
The column which was resized.
See Also