ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1RowIndexHeaderBehavior Class / StretchHeader Property

In This Topic
    StretchHeader Property
    In This Topic
    Gets or sets a value indicating whether the header should be widen if there is no space to show the index.
    Syntax
    'Declaration
     
    
    Public Property StretchHeader As Boolean
    public bool StretchHeader {get; set;}
    See Also