Skip to content
t3wz edited this page Oct 2, 2015 · 1 revision

DX Gridlists

Welcome to the dxGridlists wiki!

You can see all the functions at the menu in the right side (→).


All the functions should be called in the OOP format (with the gridlist as self).

Example:

gridlist = dxGrid:Create ( 100, 200, 1000, 300 );
gridlist:AddColumn ( "Column 1", 500 );
gridlist:AddColumn ( "Column 2", 500 );