GridView.GridViewScrollViewerStyleKey Property
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 key that references the style that is defined for the ScrollViewer control that encloses the content that is displayed by a GridView.
public:
static property System::Windows::ResourceKey ^ GridViewScrollViewerStyleKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey GridViewScrollViewerStyleKey { get; }
static member GridViewScrollViewerStyleKey : System.Windows.ResourceKey
Public Shared ReadOnly Property GridViewScrollViewerStyleKey As ResourceKey
A ResourceKey that references the Style that is applied to the ScrollViewer control for a GridView. The default value is the style for the ScrollViewer object of a ListView in the current theme.
You can use this read-only static property in Extensible Application Markup Language (XAML) by assigning its static value to another property value. Specifically, this property's static value defines the resource key that is used to look up the default ScrollViewer style of a GridView. To redefine this style, reference the GridViewScrollViewerStyleKey by using the x:Static Markup Extension and assign that value as the x:Key Directive of the new Style.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: