C# 元件移動座標 C# 元件移動座標 2015-10-22 jashliao Comments 0 Comment C# 元件移動座標 this.AutoScroll = false;// 迫使將畫面移至最上面,解決C#只有相對座標(C#的捲軸BUG) this.元件.Location = new Point(X,Y); this.AutoScroll = true;// 顯示卷軸 this.ScrollControlIntoView(元件1);//並將卷軸移動到元件1