Home › Forums › WinForms controls › Xceed Grid for WinForms › Scrollbar.visible? › Reply To: Scrollbar.visible?
I think it’s an enumerator on the Grid.Scrollbars property… so something like this….
if(Grid.Scrollbars == ScrollBars.Vertical)
{
//vertical scrollbar is visible
}
I’m pretty new to the object model myself but that’s how I’m doing it atm
Imported from legacy forums. Posted by AndyJ (had 385 views)