AutoPlay Media Studio 9

Grid.GetColumnResize

Grid.GetColumnResize

This is the first topic This is the last topic  

Grid.GetColumnResize

This is the first topic This is the last topic  

OverviewExamples

boolean Grid.GetColumnResize (

string ObjectName )

Example 1

-- can the columns be resized

bResize = Grid.GetColumnResize("Grid1");

 

-- if not then set the column resize to true

if not bResize then

    Grid.SetColumnResize("Grid1", true);

end

Turns on the ability for the user to resize column, if it is currently disabled.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us