Controls/Editor: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Editor | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/editor | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Multiline text input; check IME/selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td>Content</td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td>Hint text</td></tr> <tr><td>IsReadOnly</td><td>?</td><td></td><td>Disable edits</td></tr> <tr><td>AutoSize</td><td>?<..." |
(No difference)
|
Latest revision as of 15:56, 17 October 2025
Editor
- Kind
- Control
- Microsoft Docs
- Editor documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Multiline text input; check IME/selection on GTK.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | Content | |
| Placeholder | ? | Hint text | |
| IsReadOnly | ? | Disable edits | |
| AutoSize | ? | None/TextChanges | |
| Keyboard | ? | Input type | |
| TextColor | ? | Foreground | |
| CursorPosition | ? | Start index | |
| SelectionLength | ? | Length of selection |