Adjusts this Column to optimal width.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public void Adjust(
	bool withCaption,
	bool visibleRows
)
Visual Basic
Public Sub Adjust ( 
	withCaption As Boolean,
	visibleRows As Boolean
)
Visual C++
public:
void Adjust(
	bool withCaption, 
	bool visibleRows
)
F#
member Adjust : 
        withCaption : bool * 
        visibleRows : bool -> unit 

Parameters

withCaption
Type: System..::..Boolean
if set to true, adjusts to the best column caption and cell width. Otherwise it adjusts only to the best cell with.
visibleRows
Type: System..::..Boolean
if set to true, it adjusts only visible rows.

See Also