Page 1 of 1

Cannot set wxDataViewListCtrlColumn flags

Posted: Tue Dec 05, 2017 8:54 pm
by mbudde
Hey all,

I've added a few columns of different types to a wxDataViewListControl and I'm now looking to sort them. From my understanding, I need to set the flags to either wxDATAVIEW_COL_SORTABLE or wxDATAVIEW_COL_REORDERABLE. However, I am unable to set these flags in wxCrafter. I can see where they go in the generated wxcrafter.cpp file, but that file does say to not modify it.

I've attached the sidebar for editing the wxDataViewListCtrl column. Both the "Styles" tab and the "Sizer Flags" tab are blank.
wxDataViewColumn.PNG
Does anyone have any insight on how to set these flags?

Thanks for any help!

wxCrafter 2.7
Codelite 11.0.1

Re: Cannot set wxDataViewListCtrlColumn flags

Posted: Wed Dec 06, 2017 3:55 am
by eranif
This looks like a bug to me.
Can you please post it on GitHub as new issue?

Re: Cannot set wxDataViewListCtrlColumn flags

Posted: Wed Dec 06, 2017 4:09 am
by eranif
Nvm, I added support in wxCrafter for these flags