File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Microsoft.Toolkit.Uwp.UI.Behaviors/Viewport Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
- using Microsoft . Xaml . Interactivity ;
6
5
using System ;
6
+ using Microsoft . Xaml . Interactivity ;
7
7
using Windows . UI . Xaml ;
8
8
9
9
namespace Microsoft . Toolkit . Uwp . UI . Behaviors
10
10
{
11
+ /// <summary>
12
+ /// A class for listening to an element enter or exit the ScrollViewer viewport
13
+ /// </summary>
11
14
public partial class ViewportBehavior
12
15
{
13
16
/// <summary>
Original file line number Diff line number Diff line change 12
12
namespace Microsoft . Toolkit . Uwp . UI . Behaviors
13
13
{
14
14
/// <summary>
15
- /// A class for listening element enter or exit the ScrollViewer viewport
15
+ /// A class for listening to an element enter or exit the ScrollViewer viewport
16
16
/// </summary>
17
17
public partial class ViewportBehavior : BehaviorBase < FrameworkElement >
18
18
{
You can’t perform that action at this time.
0 commit comments