wx.lib.agw.LabelBook - Any way to add scrolling/dragging for the page tabs?
20 views
Skip to first unread message
Mears
unread,
Nov 12, 2012, 12:27:35 PM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxpytho...@googlegroups.com
I'm using LabelBook in an application where the number of pages is variable. Is there any way to add a scrollbar or support keyboard/mouse dragging when all pages aren't visible? My naive approach was to update ImageContainerBase to inherit from wx.lib.scrolledpanel.ScrolledPanel. This didn't work. Perhaps due to the way the contents of the panel are drawn.