The DevExpress HTML Edit control for .NET MAUI includes a built-in DXToolbar Control. This example replicates the HTML Edit's built-in toolbar in XAML and uses a SafeKeyboardAreaView container. This class helps you achieve the following:
- Decreases the height of the HTML Edit when you open the device keyboard and keep the toolbar visible. In other words, avoids an overlap between the keyboard and the toolbar.
- Displays custom content in the keyboard area to add more space for UI elements.