wxLB_EXTENDED not working with wxListBox

Can you provide a small, runnable example? That would help us a great deal.

  • Mike
···

On Thursday, October 4, 2012 4:18:14 AM UTC-5, Mohsin Javaid wrote:

Hello Everybody.

I am having a really weird problem. In my program I am using a tab widget and two pages on that tab widget. Both pages contain a wxListBox widget on them. I am using wxLB_EXTENDED with both of the List boxes.

The problem is that the the ListBox on first page is working accordingly and I am able to select multiple items. But the ListBox on the second page is only selecting Single item from the list. All the configurations for both the ListBoxes are same and I dont know what is the issue.

I am using Python as programming language and wx Form Builder for the GUI.

Any help would be appreciated.

Mohsin