Enum FocusAutoScrollMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Focus Autoscroll mode.
[Obsolete("This has been deprecated in API12")]
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. |