scrolledpanel scrollbars

Is there a way to show the scrollbar in a vertical scrolledpanel before adding anything to the scrolledpanel.

Nevermind.

    self.scrollPanel = scrolled.ScrolledPanel(self, -1,

        size=(scrollWth, scrollHgt), style = wx.TAB_TRAVERSAL| wx.RAISED_BORDER )

    self.scrollPanel.SetBackgroundColour('light Gray')

    self.scrollPanel.AlwaysShowScrollbars(False,True)
ยทยทยท

On Saturday, June 29, 2019 at 4:02:17 PM UTC-7, Mel Tearle wrote:

Is there a way to show the scrollbar in a vertical scrolledpanel before adding anything to the scrolledpanel.