Page 2 of 2

Re: How to copy a column of data from a datagrid table.

Posted: Sun Jun 04, 2023 1:21 pm
by stam
I occasionally use tree views as they provide a direct interface to and store for arrays within the IDE, when I need to debug things - but practically never for actual apps.

In their present form they're not really that useful for actual UI sadly. Could do with a much richer API and more appearance options... but since they overlap significantly with other widgets like PolyGrid and PolyList (as well as the venerable data grid), I can't see that really happening any time soon.

Re: How to copy a column of data from a datagrid table.

Posted: Mon Jun 05, 2023 9:14 am
by CAsba
Thanks Jlaus, thanks, Stam. Great stuff !

Re: How to copy a column of data from a datagrid table.

Posted: Mon Jun 05, 2023 9:16 am
by CAsba
mmm, should be 'Klaus' !

Re: How to copy a column of data from a datagrid table.

Posted: Mon Jun 05, 2023 10:23 am
by Klaus
Yes, it should! :-D

Re: How to copy a column of data from a datagrid table.

Posted: Fri Jun 16, 2023 12:03 pm
by CAsba
Thanks for that..