Page 1 of 2
Listviewcolumn.Hide is not work
Posted: Sun Jul 21, 2019 6:22 pm
by sashapont
I want hide one column and write this
<listview id="lv" notify="active;]]..longpress..[[ ValueChange;TitleClick">
...
<column id="myCal title="Format" editable="true" Width="100" hide="true"/>
...
</listview>
but myCal is not hidden& How I can fix that?
Re: Listviewcolumn.Hide is not work
Posted: Mon Jul 22, 2019 6:10 pm
by airsoftsoftwair
Which platform?
Re: Listviewcolumn.Hide is not work
Posted: Mon Jul 22, 2019 6:27 pm
by sashapont
macOS
Re: Listviewcolumn.Hide is not work
Posted: Wed Jul 24, 2019 12:32 am
by airsoftsoftwair
Ok, looks like wxWidgets doesn't support hiding columns on macOS yet. Complain on the wxWidgets mailing list

Re: Listviewcolumn.Hide is not work
Posted: Sun Aug 04, 2019 9:33 am
by sashapont
It works on windows and linux, but does not work on macOS
Re: Listviewcolumn.Hide is not work
Posted: Tue Aug 06, 2019 2:27 am
by SamuraiCrow
sashapont wrote: ↑Sun Aug 04, 2019 9:33 amIt works on windows and linux, but does not work on macOS
He never said otherwise. What he did try to tell you is that it is a feature upstream from RapaGUI in the wxWidgets framework. The license of wxWidgets only allows code to be linked inline if not modified from the original source at
http://wxwidgets.org/.
Re: Listviewcolumn.Hide is not work
Posted: Wed Jun 02, 2021 1:21 am
by evil
Seems not to work on Androd, too! (
Listview.ForceMode is set to dataview here.
Re: Listviewcolumn.Hide is not work
Posted: Sat Jun 05, 2021 4:04 pm
by airsoftsoftwair
Yes, it's a known limitation on Android too.
Re: Listviewcolumn.Hide is not work
Posted: Thu Jun 24, 2021 9:12 pm
by airsoftsoftwair
Code: Select all
- Fix [macOS]: Listviewcolumn.Hidden didn't work
Also added support for this on Android.
Re: Listviewcolumn.Hide is not work
Posted: Fri Jun 25, 2021 3:14 am
by evil
Great! Thank you!