|

AllowHiding


(boolean) Whether columns can be hidden. This is an optional argument and if omitted will default to true.



VALUE DESCRIPTION


true


Columns can be hidden. (Default)


false


Columns cannot be hidden.


Re t u r n s


image

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

Grid.SetColumnResize

OverviewExamples

Grid.SetColumnResize ( string ObjectName,


boolean Resizable = true )


De s cr ip t ion


Sets whether or not columns are resizable by the user in a grid object. Columns are always resizable from actions such as Grid.SetColumnWidth.


P arame t er s


ObjectName


(string) The name of the grid object.


|