Enum FocusAutoScrollMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Focus Autoscroll mode.
public enum FocusAutoScrollMode
Fields
Name | Description |
---|---|
BringIn | Bring in the focused region or item automatically, which might involve the scrolling. |
None | Do not show the focused region or item automatically. |
Show | Directly show the focused region or item automatically. |