wx.lib.agw.LabelBook - Any way to add scrolling/dragging for the page tabs?

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.