ScrollingBringingIntoViewEventArgs Class
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.
Provides data for the ScrollView.BringingIntoView
event.
public ref class ScrollingBringingIntoViewEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScrollingBringingIntoViewEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScrollingBringingIntoViewEventArgs
Public NotInheritable Class ScrollingBringingIntoViewEventArgs
- Inheritance
- Attributes
Remarks
These event args are used by the ScrollView.BringingIntoView event, which is raised when the ScrollView
is about to participate in a bring-into-view request. You can handle the event to customize that participation.
Properties
Cancel |
Gets or sets a value that indicates whether or not the participation in the bring-into-view request must be cancelled. |
CorrelationId |
Gets the correlation ID for the imminent scroll offset change participation. |
RequestEventArgs |
Gets the |
SnapPointsMode |
Gets or sets the snap points mode used during the |
TargetHorizontalOffset |
Gets the target |
TargetVerticalOffset |
Gets the target |