wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Add wxListItem generator, child of wxListView

Open KeyWorksRW opened this issue 3 years ago • 2 comments

Description:

ListViewGenerator has a contents property for initializing strings in a wxListView, but each item lacks the ability to set color, font, state, bitmap, etc. What would be ideal is to have a gen_wxListItem which can only be a child of a wxListView. This would allow the user to have much greater control over what gets added to the wxListView. Even if the user doesn't ultimately use it to populate the wxListView, generating the code for a single item should make it easy for the user to understand what they need to do in their own app.

KeyWorksRW avatar Jun 17 '22 20:06 KeyWorksRW

Adding to the 1.1 milestone for consideration. Now that we're going to be generating code for multiple languages, this becomes potentially more useful.

KeyWorksRW avatar Nov 16 '22 16:11 KeyWorksRW

Triaging this to a 1.x release -- needs to be fixed, but not enough to hold up the 1.1 release.

KeyWorksRW avatar Feb 16 '23 17:02 KeyWorksRW