Version

GridViewPanelAdorner Class

The Adorner created by the GridViewPanel and used to hold various elements such as RecordPresenters for displaying Headers.
Syntax
'Declaration
 
Public Class GridViewPanelAdorner 
   Inherits Infragistics.Windows.Internal.AdornerEx
public class GridViewPanelAdorner : Infragistics.Windows.Internal.AdornerEx 
Remarks

The adorner is automatically created by the GridViewPanel and allows Header RecordPresenters to float on top of all the items in the GridViewPanel to improve performance during scrolling.

Note: An instance of this class is automatically created by the GridViewPanel when needed. You do not ordinarily need to create an instance of this class directly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also