Used for moving focus to the next UI component when a button has been clicked.
More...
|
ScrollView? | TargetScrollView [get, set] |
| The ScrollView to scroll. If null, the first parent ScrollView will be used. More...
|
|
VisualElement? | TargetElement [get, set] |
| The element to scroll to. If null, the element that has focus will be scrolled to. More...
|
|
ScrollToPosition | ScrollToPosition = ScrollToPosition.Start [get, set] |
| The scroll behavior to use when scrolling to the element. More...
|
|
bool | IsEnabled [get, set] |
| Gets or sets a value indicating if behavior is enabled or disabled More...
|
|
Used for moving focus to the next UI component when a button has been clicked.
Definition at line 11 of file ScrollToOnFocusBehaviour.cs.
◆ OnAttachedTo()
override void NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.OnAttachedTo |
( |
VisualElement |
bindable | ) |
|
|
protected |
◆ OnDetachingFrom()
override void NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.OnDetachingFrom |
( |
VisualElement |
bindable | ) |
|
|
protected |
◆ IsEnabledProperty
readonly BindableProperty NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.IsEnabledProperty |
|
static |
◆ IsEnabled
bool NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.IsEnabled |
|
getset |
◆ ScrollToPosition
ScrollToPosition NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.ScrollToPosition = ScrollToPosition.Start |
|
getset |
◆ TargetElement
VisualElement? NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.TargetElement |
|
getset |
◆ TargetScrollView
ScrollView? NeuroAccessMaui.UI.Behaviors.ScrollToOnFocusBehavior.TargetScrollView |
|
getset |
The documentation for this class was generated from the following file: