Is there a way to read if the vertical scrollbar is currently visible in an UltraGrid?
i.e. as Readonly properties: UltraGrid.VerticalScrollbar.Visible = T/F, UltraGrid.HorizontalScrollbar.Visible = T/F
Thanks,~Kelly
HOWTO:How can I determine if an UltraWinGrid is displaying a Vertical Scrollbar?
Hi
The functionality provided in this article to check if it has the scrollbar is nice but in the winform if the form has the vertical scrollbar and then the verticalscroll bar removes (may be by deleting some rows or may be by expanding the form), this function still show that vertical scrollbar is visible.
*http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=2258
Thanks so much! Somehow I missed that one when I was searching.