problem with hiding VerticalScrollBar
-
I have been programming for a touch screen monitor.
I have a scroll area and I want to hide the vertical scroll bar. if I set verticalScrollBarPolicy=scrollBarAlwaysOff, it has been hided
but the problem is that I can scroll the area with mouse scroll, and I can not scroll this area with a finger in my touch monitor
I want to scroll this area with the finger in my touch monitor
how can I do this? -
@Denni-0 said in problem with hiding VerticalScrollBar:
At least that is what I would look into doing -- have you checked to make sure that when you do not turn off the scroll bar that finger vertical scrolling wor
@Denni-0 thanks for your reply
yes, when I do not turn off the scroll bar, the finger vertical scrolling is work, I can scroll the area with finger and scroll barI do not make scroll bar thin because of UI. in my program it's better to scroll bar nor showing (I want something like scrolling area in a phone, you see, in a phone, we don't have scroll bar)