Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.85 KB

File metadata and controls

42 lines (34 loc) · 2.85 KB

DevExpress .NET MAUI HTML Edit - Replicate a Built-In Toolbar

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.

Files to Review

Documentation

More Examples