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
444
When I scroll down the scrollbar, instead of scrolling the rows down, how do I display a tooltip at the scrollbar specifying the row?
posted

When I scroll down the scrollbar in the UltraGrid, I dont actually want to see rows scrolling down. Rather I need a tooltip sort of thing on scrollbar displaying the unique column's value, when I scroll down.

I thought this has to do with the Grid Appearance, but couldn't figure out which property will help me do that. Can any one help me understand how to get that setting in my UltraGrid?

Parents
  • 469350
    Verified Answer
    Offline posted

        Set the ScrollStyle property (on the DisplayLayout) to Deferred.  

        You might need to set TipStyleScroll on the Override to Show. You can determine which field is displayed as the tooltip by using the ScrollTipField property of the band.

Reply Children