File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ScrollViewerExtensions Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 <controls:ScrollHeader Mode="Sticky">
1919 <Grid x:Name="MyHeaderGrid"
2020 MinHeight="@[Header MinHeight:DoubleSlider:250:150-500]"
21- Background="{ThemeResource SystemControlAccentAcrylicElementAccentMediumHighBrush} ">
21+ Background="#AA000000 ">
2222 <StackPanel HorizontalAlignment="Center"
2323 VerticalAlignment="Center">
2424 <TextBlock Margin="12"
Original file line number Diff line number Diff line change 1919 <controls : ScrollHeader Mode =" Sticky" >
2020 <Grid x : Name =" MyHeaderGrid"
2121 MinHeight =" 100"
22- Background =" {ThemeResource SystemControlAccentAcrylicElementAccentMediumHighBrush} " >
22+ Background =" #AA000000 " >
2323 <StackPanel HorizontalAlignment =" Center"
2424 VerticalAlignment =" Center" >
2525 <TextBlock Margin =" 12"
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ Once you search you should see a list similar to the one below (versions may be
113113* [ LogicalTree] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/LogicalTree/ )
114114* [ MouseCursor] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/MouseCursor/ )
115115* [ NavigationView Styles] ( https://docs.uwpcommunitytoolkit.com/windows/uwpcommunitytoolkit/extensions/NavigationView/ )
116+ * [ ScrollViewerExtensions] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/ScrollViewerExtensions/ )
116117* [ SurfaceDialTextbox] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/SurfaceDialTextboxHelper/ )
117118* [ TextBoxMask] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/TextBoxMask/ )
118119* [ TextBoxRegex] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/TextBoxRegex/ )
You can’t perform that action at this time.
0 commit comments