Syncfusion Feedback
Product Categories
WPF

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.

Markdown Viewer control

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.

AI suggestion loading indicator in WPF Smart Text Editor control.

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.

WPF vertical tabs

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.

WPF detach selected tab

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.

WPF pin tabs

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.

WPF customization of tabs

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.

WPF maximum visible toast count

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.

WPF sound support

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.

Search and highlight WPF 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.

Paging feature in WPF TreeGrid

Up arrow icon