File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ListViewExtensions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ private void UpdateScrollIndicator(bool isScrolling)
72
72
{
73
73
if ( isScrolling )
74
74
{
75
- ScrollIndicatorTest . Text = "Scroll started " ;
75
+ ScrollIndicatorTest . Text = "Scrolling " ;
76
76
ScrollIndicator . Fill = new SolidColorBrush ( Colors . Green ) ;
77
77
}
78
78
else
79
79
{
80
80
ScrollIndicator . Fill = new SolidColorBrush ( Colors . Red ) ;
81
- ScrollIndicatorTest . Text = "Scroll completed " ;
81
+ ScrollIndicatorTest . Text = "Not Scolling " ;
82
82
}
83
83
}
84
84
@@ -121,4 +121,4 @@ private static async void OnExecuteSampleCommand(string item)
121
121
await new MessageDialog ( $ "You clicked { item } via the 'ListViewExtensions.Command' binding", "Item Clicked" ) . ShowAsync ( ) ;
122
122
}
123
123
}
124
- }
124
+ }
You can’t perform that action at this time.
0 commit comments