Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: vwdvaan on October 18, 2023, 02:43:21 pm

Title: Implement Columns for wxDataViewCtrl
Post by: vwdvaan on October 18, 2023, 02:43:21 pm
There is a task to implement this feature like in Codelite or wxUIEditor?

Title: Re: Implement Columns for wxDataViewCtrl
Post by: Miguel Gimenez on October 19, 2023, 01:30:17 pm
Adding a string array property for just column labels would be easy, but a full-fledged column editor not. wxSmith is not a docile creature.