[Gambas-user] How to align cells to the Right on a Gridview ?

Benoît Minisini gambas at ...1...
Fri Feb 12 00:22:17 CET 2010


> How is this possible ? (to specify the alignment for each cell).
> 

Like in the example of the Gridview documentation page.

GridView[X, Y].Alignment = Align.xxxx

Or in the Data event if you use it, with the GridView.Data.Alignment property.

-- 
Benoît Minisini




More information about the User mailing list