简体   繁体   English

水平滚动更改位置winform

[英]horizontal scroll change location winform

I'm working on a windows mobile 6.0 project. 我正在从事Windows Mobile 6.0项目。 I want to change the horizantal auto scroll in windows form, I used 我想在Windows窗体中更改水平自动滚动

this.AutoScrollPosition = new Point(0,100);

but is not working. 但不起作用。 Any help please? 有什么帮助吗?

set AutoScroll as true AutoScroll设置为true

ctrl.AutoScroll = true;//this is false in default 
ctrl.AutoScrollPosition = new Point(0,100);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM