سؤال

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