gansm / finalcut

A text-based widget toolkit
https://github.com/gansm/finalcut/wiki/First-steps#first-steps-with-the-final-cut-widget-toolkit
GNU Lesser General Public License v3.0
981 stars 52 forks source link

FListview hide columns #123

Closed wimstockman closed 1 year ago

wimstockman commented 1 year ago

Feature Request

Hi Markus,

I was wondering if it is possible or not to hide a column in the FListview widget.

I was thinking of two possible use cases:

  1. One dynamically hiding view columns can be handy if there are a lot of columns.
  2. For adding some rowid information, for instance when select the row. I can have a form with the rest of the info pulled out of a database.

Kind Regards, Wim Stockman

gansm commented 1 year ago

Hi Wim, this is a great idea that I have just implemented.

image

image

image

wimstockman commented 1 year ago

Hi Marcus,

Thanks for the quick implementation. Keep up the good work !

Kind Regards, Wim Stockman