[]
        
(Showing Draft Content)

C1.WPF.Grid.FlexGrid.OnScrollTipShown

OnScrollTipShown Method

OnScrollTipShown(GridScrollTipEventArgs)

Handles the display of a tooltip when the user scrolls within the GridControl. Determines whether to position the tooltip at the scrollbar thumb's current position or use a user-defined position based on the event arguments.

Declaration
protected virtual void OnScrollTipShown(GridScrollTipEventArgs e)
Parameters
Type Name Description
GridScrollTipEventArgs e

The event arguments containing scroll position, orientation, and tooltip content.