[]
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.
protected virtual void OnScrollTipShown(GridScrollTipEventArgs e)
Type | Name | Description |
---|---|---|
GridScrollTipEventArgs | e | The event arguments containing scroll position, orientation, and tooltip content. |