I''ve created a virtual grid but I dont want scrollbars visible at all in my grid. In designer I set HScrollBehavior and VScrollBehavior to GridScrollbarMode.Disabled.
However, when the application comes up, I have a horizontal and a vertical scrollbar. The horizontal scrollbar doesnt work but the vertical scrollbar does. I''d prefer to have neither of these visible, what am I missing?