Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Drawing cell borders with a DrawFilter (problem with scrollbars)
posted

Hello,

I use a drawFilter to draw some borders of my UltraGridCells. As said in this 'HowTo' http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8487, I can't trap CellUIElement or RowUIElement because some parts of the border are drawn by adjacent objects. So i use the AfterDrawElement phase of a RowColRegionIntersectionUIElement, an element which contains all of the rows and cells in the grid.

The problem is that this element probably contains the scrollbars as well. The grid's scrollbars are overriden by borders drawn by the drawFilter.

Is there an element which contains rows and columns only ? Or is it possible to disable scrollbars, then create a scrollbar, put it next to the grid and control the grid with this scrollbar.

Parents Reply Children
No Data