Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 windows mobile 6.0 项目。我想改变windows窗体中的水平自动滚动,我用过
this.AutoScrollPosition = new Point(0,100);
但不工作。请问有什么帮助吗?
set AutoScroll as true
AutoScroll
true
ctrl.AutoScroll = true;//this is false in default ctrl.AutoScrollPosition = new Point(0,100);