[Gambas-user] Question about GridViews

Me adamnt42 at gmail.com
Wed Aug 22 19:35:49 CEST 2018


On Wed, 22 Aug 2018 17:59:26 +0200
Rolf-Werner Eilert <rwe-sse at osnanet.de> wrote:

> Just a question...
> 
> Is it possible to "attach" or "insert" other elements into a GridView cell?
> 
> For instance, it might be nice to have a combobox in a GridView. Can I 
> add this to the GridView cell's .Data somehow?
> 
> I have one program which uses TextLabels and ToolButtons above GridView 
> cells to simulate this to some extend, but I have to make them via 
> arrays of objects and have to control them so that they follow the grid 
> when it's scrolled etc.
> 
> If they could be pinned to a grid cell, it would be easier to manage.
> 
> Regards
> Rolf
> 
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----

Have a look at the sourrce code for the TableView control. From memory that is what it does to create the "cell editor".
hth
b
-- 
Me <adamnt42 at gmail.com>


More information about the User mailing list