BestFitMode Property
Description
Gets or sets the best fit mode used.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property BestFitMode() As Long
Remarks
The BestFitMode property uses values from the XTPColumnBestFitMode enumeration to set the column's best fit mode. This will determine if the column will be resized to the width of the longest item for only the visible rows or for all rows.
The currently set mode will be used when the BestFit method is called.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.