TabView.GetIgnoreColumn(ColumnDefinition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the attached property value to indicate if this grid column should be ignored when calculating header sizes.
public static bool GetIgnoreColumn (Windows.UI.Xaml.Controls.ColumnDefinition obj);
static member GetIgnoreColumn : Windows.UI.Xaml.Controls.ColumnDefinition -> bool
Public Shared Function GetIgnoreColumn (obj As ColumnDefinition) As Boolean
Parameters
- obj
- Windows.UI.Xaml.Controls.ColumnDefinition
Grid Column.
Returns
Boolean indicating if this column is ignored by TabViewHeader logic.