List controls not fully drawn

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Shodan79
In need of some credit
In need of some credit
Posts: 1
Joined: Thu Feb 09, 2017 4:19 pm

List controls not fully drawn

Post by Shodan79 »

Hello,

I have a strange problem with the rendering of list controls (wxListCtrl). Please look at the attached image and tell me if you have seen something similar and have any idea what could be causing it. I am using wxWidgets 3.1.0 under Windows 10.

Its only the list controls in that particular panel that are drawn falsely. Different panels are docked into the same place, depending on which item is selected in a list. Something is wrong only with this particular panel, but I couldn't figure it out yet.

Please help if you can, would be much appreciated.

Best regards, Robert.
Attachments
wxListCtrl problem.png
wxListCtrl problem.png (18.97 KiB) Viewed 691 times
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: List controls not fully drawn

Post by doublemax »

Please strip down the code as much as possible (remove all other controls, etc) and post it.
Use the source, Luke!
Post Reply