문제

I'm trying to add a horizontal scrollbar on my (DevExpress) TileControl in Visual Studio 2010, but I always fail. I know that when you create a TileControl you can automatically scroll with the mouse wheel, but how do I add a Horizontal Scroll bar, too?

도움이 되었습니까?

해결책

I believe you can use the TileControl.ScrollMode property:

tileControl1.ScrollMode = TileControlScrollMode.ScrollBar;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top