开发者

How can we disable horizontal scroll in devexpress XtraScrollablecontrol

开发者 https://www.devze.com 2023-02-19 05:51 出处:网络
In devexpress XtraScrollablecontrol I want o开发者_开发问答nly the vertical scroll bar. I don\'t want the horizantal scroll bar. How can we do that. XScrollableControl does not provide a way to hide a

In devexpress XtraScrollablecontrol I want o开发者_开发问答nly the vertical scroll bar. I don't want the horizantal scroll bar. How can we do that.


XScrollableControl does not provide a way to hide a scrollbar.

See Q392517 - "XtraScrollableControl make HorizontalScroll always invisible" in the DevExpress Support Center.


Set HorizontalScroll.Visible to false.

0

精彩评论

暂无评论...
验证码 换一张
取 消