DataGrid Help
C#
VB
Show/Hide TOC
Column
Resizing Enumeration
Specifies the available resizing types for a column.
Definition
Namespace:
BeeMobile.DataGrid
Assembly:
BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
Copy
public
enum
ColumnResizing
VB
Copy
Public
Enumeration
ColumnResizing
Members
Fixed
0
Fixed resizing will use the
Width
property.
Automatic
1
Automatic resizing will find the maximum required width of cells, then adjust the column's width to it.
See Also
Reference
BeeMobile.DataGrid Namespace
In This Article
Definition
Members
See Also