[Gambas-user] Question about GridViews

Jorge Carrión shordi at gmail.com
Sun Aug 26 12:50:55 CEST 2018


I have a control named TableEdit in Gamba's Farm that pretends to do that
in a gridview filled with a Table from a Database.
Depending the Field's type it automatically offers (in Edit mode, of
course) a textbox, valuebox, checkbox or textArea).
Also can attach a especified control (like dirbox, buttonbox, combobox,
etc.) in a EditWith property who expect a collection with the Field
Name-Control pair.
Has wordwrap properties with row.height adaptative.
Hope it helps.

Best Regards.


El mié., 22 ago. 2018 a las 17:59, Rolf-Werner Eilert (<rwe-sse at osnanet.de>)
escribió:

> 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 ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180826/31bf22c4/attachment.html>


More information about the User mailing list