[Gambas-user] gridview cell backcolor

Benoit Minisini gambas at ...1...
Mon Aug 7 12:03:17 CEST 2006


On Monday 07 August 2006 03:30, Stefano Palmeri wrote:
> Hi, all.
>
> Is there a way to set the backcolor
> of a single cell in a GridView control?
> I tried to set a color using  the Picture
> property, but the image overwrites the text.
>
> Benoit, is it possible to add this feature to the
> GridView control?
>
> I mean something like:
>
> GridView1[5,5].backcolor = &HFFFFFF&
>
> Regards,
>
> Stefano Palmeri
>

For that you can use a TableView instead.

A merge between GridView and TableView is planned in the future.

Regards,

-- 
Benoit Minisini





More information about the User mailing list