Having a custom control deriving from ScrollableControl and using AutoScrollMinSize to set the inner display bigger than the viewport, the horizontal scrollbar shows as expected.
However, sometimes I want the inner display smaller than the viewport but the horizontal scrollbar disappears. I know that's the expected behavior but what I would like is for the scrollbar to be there but kind of disabled or full.
Is there a way to achieve this?