Markdown Viewer
Element style
Users can customize the appearance of markdown elements, such as headings, paragraphs, lists, and others, to align with application themes and branding.

Skin Manager
Theme variant extension support
WPF theming now supports extending specific style variants within a theme. In addition to default styles, you can customize and extend variants like FlatButtonStyle and GlyphButtonStyle, enabling greater styling flexibility.
Smart Text Editor
AI suggestion loading indicator
A busy indicator is displayed while the AI is fetching suggestions. This provides a smooth UI experience and helps users understand that the AI suggestion fetching is in progress.

TabControl
Vertical tab layouts
The TabControl now supports vertical tab layouts for better organization and space utilization. Tabs are displayed stacked, improving readability and making it easier to manage multiple documents or views in a compact area.

Detach selected tabs through a context menu
The TabControl allows users to detach tabs into separate, standalone windows through a context menu, providing enhanced flexibility and improved multitasking. With this feature, users can move a selected tab into a new window while preserving its state and content.

Pin important tabs
The TabControl supports pinning to keep important tabs easily accessible. Pinned tabs move to the beginning of the tab strip, and when unpinned, they return to their original position. This behavior works consistently for tear-off, re-docking, and vertical tab layouts.

Customization of tear-off window
Any window type can now be specified during tear‑off operations, instead of being limited to the Chromeless Window. Users can define the appearance and behavior of torn‑off windows.

Toast Notification
Maximum visible toasts
The MaxToastVisibleCount property allows developers to define the maximum number of toast notifications that can be displayed on the screen at a time. This helps manage screen space and prevents clutter when multiple notifications are triggered.

Sound support
The sound support feature enables toast notifications to play an audible alert when they are displayed. This improves user awareness by combining visual and audio cues, ensuring important messages are not missed.

TreeGrid
Search and highlight
This feature allows users to search data, highlight matching results, and navigate seamlessly through next and previous occurrences within the TreeGrid.

Paging
This feature allows users to efficiently navigate and view large hierarchical data by splitting records into multiple pages with built-in paging controls.

Do you have a feature request? Post the details in the feedback portal.