Xceed Toolkit Plus for WPF 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Xceed Toolkit Plus for WPF V5.2 (build 5.2.26322.84340)2026년 6월 22일
기능
  • Added a ChatControl, a XAML-definable chat UI for showing a conversation between a user and an assistant. You get customizable bubbles, corner radius, timestamps, a typing indicator, and an input area, which is enough to stand up an in-app support thread or an assistant experience without inventing the layout from scratch.
  • Added a WrapPanel view for ListBox. Until now ListBox could only stack its items in a single row or a single column. The new vertical or horizontal WrapPanel view flows items across lines or columns based on the container size.
  • On the AvalonDock side, routed commands now fire correctly when a LayoutAutoHideWindowControl contains a LayoutAnchorable, and the docking manager now resizes its children properly when its window is resized.
Xceed Toolkit Plus for WPF V5.1 (Build 5.1.26166.7861)2026년 3월 15일
기능
  • DateTimePicker
    • A new property, called AutoCloseCalendarOnTodayButton, can now be used to get or set if the calendar popup closes automatically when a user clicks on the Today button.
  • ChildWindow
    • The other non-modal ChildWindow will now become inactive when a new Modal ChildWindow is added.
  • PropertyGrid
    • The initial object's properties will no longer be reset to its default values when using a collection of T, where T is a derived class, and clicking the Cancel button while editing a property.
수정 사항
  • The title of the floating window's taskbar now updates correctly when the LayoutContent's title changes.
  • RichTextBox
    • Special characters and symbols, such as Ø will now be rendered correctly.