{"id":4425,"date":"2026-09-01T11:42:55","date_gmt":"2026-09-01T15:42:55","guid":{"rendered":"https:\/\/xceed.com\/?p=4425"},"modified":"2026-09-01T11:45:46","modified_gmt":"2026-09-01T15:45:46","slug":"blog-xceed-toolkit-for-wpf-5-2-release","status":"publish","type":"post","link":"https:\/\/xceed.com\/es\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/","title":{"rendered":"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements."},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4425\" class=\"elementor elementor-4425\" wpc-filter-elementor-widget=\"1\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af5b7a5 e-flex e-con-boxed e-con e-parent\" data-id=\"af5b7a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04a5560 elementor-widget elementor-widget-html\" data-id=\"04a5560\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;\">\n  <p style=\"margin:0;line-height:1.7;\"><strong><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;\">Xceed Toolkit for WPF 5.2<\/a><\/strong> introduces new ways to build modern, flexible desktop experiences while improving the reliability of existing applications. The release adds a new <strong>ChatControl<\/strong>, expands ListBox layouts with a <strong>WrapPanel<\/strong> view, and delivers important <strong>AvalonDock<\/strong> fixes.<\/p>\n<\/div>\n\n<p><strong>Release version:<\/strong> 5.2<br\/>\n<strong>Product:<\/strong> <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF<\/a><\/p>\n\n<p><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> introduces new ways to build modern, flexible desktop experiences while improving the reliability of existing applications.<\/p>\n\n<p>The release is led by a new <strong>ChatControl<\/strong>, designed for building conversational interfaces directly into WPF applications. It also expands ListBox layout capabilities with a new WrapPanel view and includes important fixes for AvalonDock.<\/p>\n\n<p>Here are the key updates developers should know about in <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a>.<\/p>\n\n<h2 style=\"margin-top:40px;color:#f26522;\">1. Build conversational WPF interfaces with the new ChatControl<\/h2>\n\n<p>Conversational interfaces are becoming increasingly common in modern software. From support assistants to AI-powered application features, developers need ways to integrate chat experiences without building the entire interface from scratch.<\/p>\n\n<p><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> introduces a new <strong>ChatControl<\/strong> for displaying conversations between a user and an assistant directly inside a WPF application.<\/p>\n\n<h3 style=\"color:#222;\">Why it matters<\/h3>\n\n<p>Adding chat functionality to a desktop application typically requires developers to manage message presentation, input areas, scrolling behavior, timestamps, message bubbles, and other interface details.<\/p>\n\n<p>ChatControl provides a dedicated WPF control for this experience while retaining the customization developers expect from Xceed.<\/p>\n\n<p>The control can be defined directly in XAML, making it straightforward to integrate into an existing WPF application and adapt its appearance and behavior to the surrounding UI.<\/p>\n\n<h3 style=\"color:#222;\">Customizing ChatControl<\/h3>\n\n<p>Developers can configure properties including:<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\">Chat bubble width<\/li>\n    <li style=\"margin-bottom:12px;\">Bubble corner radius<\/li>\n    <li style=\"margin-bottom:12px;\">Timestamp visibility<\/li>\n    <li style=\"margin-bottom:12px;\">Input area visibility<\/li>\n    <li style=\"margin-bottom:12px;\">Automatic scrolling<\/li>\n    <li style=\"margin-bottom:12px;\">Typing indicator visibility<\/li>\n    <li style=\"margin-bottom:12px;\">Input watermark text<\/li>\n    <li>Input area styling<\/li>\n  <\/ul>\n<\/div>\n\n<p>Por ejemplo:<\/p>\n\n<div style=\"background:linear-gradient(135deg,#fff4ec 0%,#fffaf7 100%);border-left:6px solid #f26522;padding:18px 20px;margin:18px 0;border-radius:12px;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n  <h3 style=\"margin:0 0 10px 0;color:#f26522;font-weight:800;\">ChatControl XAML Example<\/h3>\n  <div style=\"margin:0;line-height:1.7;color:#1f2937;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.98em;background:transparent;border:0;padding:0;\">\n    &lt;xctk:ChatControl<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;Height=\"400\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;BubbleMaxWidth=\"400\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;BubbleCornerRadius=\"8\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;IsTimestampVisible=\"True\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;IsInputAreaVisible=\"True\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;IsAutoScrollEnabled=\"True\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;IsTypingIndicatorVisible=\"False\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;InputWatermark=\"Type a message...\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;InputAreaCornerRadius=\"8\"&gt;\n  <\/div>\n<\/div>\n\n<p>This gives developers a configurable foundation for adding conversational experiences while maintaining control over how those experiences fit within their applications.<\/p>\n\n<h3 style=\"color:#222;\">Ideal use cases<\/h3>\n\n<p>ChatControl can be useful when building WPF applications that require:<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\"><strong>User-to-assistant conversations<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>In-application support experiences<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Interactive help systems<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Customer communication interfaces<\/strong><\/li>\n    <li><strong>AI or assistant-style application experiences<\/strong><\/li>\n  <\/ul>\n<\/div>\n\n<p>Instead of treating chat as a separate external experience, developers can incorporate the conversation directly into their WPF interface.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">2. More flexible ListBox layouts with the new WrapPanel view<\/h2>\n\n<p><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> also expands the layout options available for ListBox.<\/p>\n\n<p>Previously, ListBox items could use vertical or horizontal StackPanel layouts. This meant items were generally constrained to a single column or row.<\/p>\n\n<p>Version 5.2 introduces a <strong>WrapPanel<\/strong> option with vertical and horizontal orientations.<\/p>\n\n<h3 style=\"color:#222;\">Why WrapPanel matters<\/h3>\n\n<p>A WrapPanel allows ListBox items to flow according to the available space in their container.<\/p>\n\n<p>Instead of forcing every item into one continuous row or column, items can be displayed across multiple lines or columns as the available space changes.<\/p>\n\n<p>This gives developers more flexibility when creating interfaces where the number or size of items does not fit naturally into a traditional stacked layout.<\/p>\n\n<h3 style=\"color:#222;\">Using WrapPanel with ListBox<\/h3>\n\n<p>The new WrapPanel is available through the ListBox panels and includes an <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">Orientation<\/span> propiedad.<\/p>\n\n<p>For example, developers can create a horizontal WrapPanel like this:<\/p>\n\n<div style=\"background:linear-gradient(135deg,#fff4ec 0%,#fffaf7 100%);border-left:6px solid #f26522;padding:18px 20px;margin:18px 0;border-radius:12px;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n  <h3 style=\"margin:0 0 10px 0;color:#f26522;font-weight:800;\">ListBox WrapPanel XAML Example<\/h3>\n  <div style=\"margin:0;line-height:1.7;color:#1f2937;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.98em;background:transparent;border:0;padding:0;\">\n    &lt;xclb:ListBox<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;x:Name=\"_listBox\"<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;ItemsSource=\"{Binding}\"&gt;<br\/><br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;&lt;xclb:ListBox.ItemsPanel&gt;<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;xclb:ItemsPanelTemplate&gt;<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;xclb:WrapPanel Orientation=\"Horizontal\" \/&gt;<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;\/xclb:ItemsPanelTemplate&gt;<br\/>\n    &nbsp;&nbsp;&nbsp;&nbsp;&lt;\/xclb:ListBox.ItemsPanel&gt;<br\/><br\/>\n    &lt;\/xclb:ListBox&gt;\n  <\/div>\n<\/div>\n\n<p>With this configuration, ListBox items can flow horizontally and wrap onto additional lines according to the size of the container.<\/p>\n\n<p>Developers can also use vertical orientation when a column-based wrapping behavior is more appropriate.<\/p>\n\n<h3 style=\"color:#222;\">Ideal use cases<\/h3>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\"><strong>Collections of cards:<\/strong> Present multiple visual items while making better use of the available width.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Lists with variable numbers of items:<\/strong> Allow content to flow as the collection changes.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Multi-row item displays:<\/strong> Arrange horizontally flowing items across additional rows.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Multi-column item displays:<\/strong> Support vertically oriented wrapping when appropriate.<\/li>\n    <li><strong>Space-aware interfaces:<\/strong> Make better use of the available container dimensions.<\/li>\n  <\/ul>\n<\/div>\n\n<p>It provides an alternative to the standard single-row or single-column ListBox presentation without requiring developers to create their own panel implementation.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">3. AvalonDock command routing fix<\/h2>\n\n<p><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> also addresses an issue affecting AvalonDock.<\/p>\n\n<div style=\"background:linear-gradient(135deg,#fff4ec 0%,#fffaf7 100%);border-left:6px solid #f26522;padding:18px 20px;margin:18px 0;border-radius:12px;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n  <h3 style=\"margin:0 0 10px 0;color:#f26522;font-weight:800;\">Command Routing Improvement<\/h3>\n  <p style=\"margin:0;line-height:1.7;color:#1f2937;\">Cuando un <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutAutoHideWindowControl<\/span> contained a <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutAnchorable<\/span>, routing commands were not being routed correctly. Version 5.2 fixes this behavior, helping commands operate as expected within these AvalonDock layouts.<\/p>\n<\/div>\n\n<p>For applications with complex docking environments, this fix helps make command behavior more predictable when working with auto-hidden and anchorable content.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">4. Improved AvalonDock resizing behavior<\/h2>\n\n<p>A second AvalonDock fix addresses resizing.<\/p>\n\n<p>Previously, resizing a DockingManager window containing a <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutAnchorable<\/span> o <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutDocument<\/span> did not always correctly adjust the dimensions of its children to fit the new window size.<\/p>\n\n<div style=\"background:linear-gradient(135deg,#fff4ec 0%,#fffaf7 100%);border-left:6px solid #f26522;padding:18px 20px;margin:18px 0;border-radius:12px;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n  <h3 style=\"margin:0 0 10px 0;color:#f26522;font-weight:800;\">More Reliable Resizing<\/h3>\n  <p style=\"margin:0;line-height:1.6;color:#1f2937;\">Version 5.2 corrects this behavior. Child elements now adjust more reliably when the surrounding DockingManager window changes size, providing more consistent layouts for applications that depend on dockable and resizable workspaces.<\/p>\n<\/div>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">5. A stronger foundation for modern WPF applications<\/h2>\n\n<p>Taken together, the changes in <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> address two sides of WPF development.<\/p>\n\n<p>The new ChatControl and WrapPanel give developers additional UI capabilities for creating more flexible and modern application experiences. The AvalonDock fixes strengthen existing functionality for developers building complex desktop layouts.<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\"><strong>ChatControl:<\/strong> Build conversational and assistant-style experiences directly into WPF applications.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>ListBox WrapPanel:<\/strong> Create flexible multi-row and multi-column item layouts.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>AvalonDock command routing:<\/strong> Improve command behavior with auto-hidden and anchorable content.<\/li>\n    <li><strong>AvalonDock resizing:<\/strong> Provide more reliable child sizing when docking windows are resized.<\/li>\n  <\/ul>\n<\/div>\n\n<p>The result is a release focused on practical improvements: more UI options where developers need flexibility and greater reliability where applications depend on established Xceed controls.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Explore <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;\">Xceed Toolkit for WPF 5.2<\/a><\/h2>\n\n<p><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> continues Xceed's focus on giving .NET developers powerful components without taking control away from the developer.<\/p>\n\n<p>Whether you're adding a conversational interface, building more flexible ListBox layouts, or maintaining a sophisticated AvalonDock workspace, version 5.2 provides new capabilities and fixes designed for real-world WPF development.<\/p>\n\n<div style=\"text-align:center;padding:36px 24px;margin:36px 0;\">\n  <div style=\"background:#fff4ec;border:1px solid #f3d7c9;border-radius:14px;padding:34px 22px;margin:42px 0;text-align:center;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n    <h2 style=\"margin:0 0 14px 0;color:#f26522;\">Try <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;\">Xceed Toolkit for WPF 5.2<\/a><\/h2>\n    <p style=\"font-size:1.15em;line-height:1.6;color:#5b657a;max-width:760px;margin:0 auto 22px auto;\">Explore the latest <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF<\/a> and start building modern, flexible desktop experiences with the new ChatControl, ListBox WrapPanel, AvalonDock improvements, and more.<\/p>\n    <div style=\"display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:18px;\">\n      <a href=\"https:\/\/trial.xceed.com\" style=\"display:inline-block;background:#f26522;color:#ffffff;text-decoration:none;padding:14px 28px;border-radius:10px;font-weight:700;font-size:1em;box-shadow:0 6px 18px rgba(242,101,34,0.18);\">Start Your Xceed Trial<\/a>\n      <a href=\"https:\/\/www.nuget.org\/profiles\/xceed\" style=\"display:inline-block;background:#eef1f5;color:#334155;text-decoration:none;padding:14px 28px;border-radius:10px;font-weight:700;font-size:1em;\">Explore Xceed on NuGet<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Preguntas frecuentes<\/h2>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;box-shadow:0 6px 18px rgba(242,101,34,0.08);\">\n  <h3 style=\"margin-top:0;color:#222;\">What is new in <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;\">Xceed Toolkit for WPF 5.2<\/a>?<\/h3>\n  <p style=\"margin-bottom:0;\"><a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;font-weight:600;\">Xceed Toolkit for WPF 5.2<\/a> introduces the new ChatControl for conversational interfaces, adds a WrapPanel view for more flexible ListBox layouts, and includes fixes for AvalonDock command routing and resizing behavior.<\/p>\n<\/div>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;\">\n  <h3 style=\"margin-top:0;color:#222;\">What is the WPF ChatControl in version 5.2?<\/h3>\n  <p style=\"margin-bottom:0;\">ChatControl is a dedicated WPF control for displaying conversations between a user and an assistant. Developers can customize features such as chat bubble width, corner radius, timestamps, input visibility, automatic scrolling, typing indicators, watermark text, and input area styling.<\/p>\n<\/div>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;box-shadow:0 6px 18px rgba(242,101,34,0.08);\">\n  <h3 style=\"margin-top:0;color:#222;\">How does the new WPF ListBox WrapPanel work?<\/h3>\n  <p style=\"margin-bottom:0;\">The WrapPanel allows ListBox items to flow according to the available space in their container. Developers can choose horizontal or vertical orientation to create multi-row or multi-column layouts instead of relying on a single stacked row or column.<\/p>\n<\/div>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;\">\n  <h3 style=\"margin-top:0;color:#222;\">What AvalonDock issues are fixed in <a href=\"https:\/\/xceed.com\/es\/productos\/wpf\/toolkit-plus-para-wpf\/\" style=\"color:#f26522;text-decoration:none;\">Xceed Toolkit for WPF 5.2<\/a>?<\/h3>\n  <p style=\"margin-bottom:0;\">Version 5.2 fixes command routing involving <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutAutoHideWindowControl<\/span> y <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutAnchorable<\/span> content. It also improves resizing so child elements within <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutAnchorable<\/span> y <span style=\"display:inline;background:#fff4ec;color:#d95316;border:1px solid #f8d7c7;padding:2px 7px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.95em;\">LayoutDocument<\/span> layouts adjust more reliably when the DockingManager window changes size.<\/p>\n<\/div>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;box-shadow:0 6px 18px rgba(242,101,34,0.08);\">\n  <h3 style=\"margin-top:0;color:#222;\">What types of applications can benefit from ChatControl?<\/h3>\n  <p style=\"margin-bottom:0;\">ChatControl can support user-to-assistant conversations, in-application support, interactive help systems, customer communication interfaces, and AI or assistant-style experiences built directly into WPF applications.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Xceed Toolkit for WPF 5.2 introduces a new ChatControl for building conversational experiences, flexible WrapPanel layouts for ListBox, and important AvalonDock improvements. Explore what\u2019s new and how these updates give WPF developers more flexibility and reliability when building modern desktop applications.<\/p>","protected":false},"author":12,"featured_media":4437,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[50,1],"tags":[],"products":[796],"class_list":["post-4425","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-releases","category-uncategorized","products-toolkit-plus-for-wpf"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements. - Xceed Software<\/title>\n<meta name=\"description\" content=\"Explore Xceed Toolkit for WPF 5.2, featuring the new ChatControl, a WrapPanel view for ListBox, and important AvalonDock fixes for WPF developers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xceed.com\/es\/blog\/sin-categoria\/blog-xceed-toolkit-for-wpf-5-2-release\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements. - Xceed Software\" \/>\n<meta property=\"og:description\" content=\"Explore Xceed Toolkit for WPF 5.2, featuring the new ChatControl, a WrapPanel view for ListBox, and important AvalonDock fixes for WPF developers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xceed.com\/es\/blog\/sin-categoria\/blog-xceed-toolkit-for-wpf-5-2-release\/\" \/>\n<meta property=\"og:site_name\" content=\"Xceed Software\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-01T15:42:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T15:45:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xceed.com\/wp-content\/uploads\/2026\/09\/2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Radford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Radford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/\"},\"author\":{\"name\":\"Christopher Radford\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\"},\"headline\":\"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements.\",\"datePublished\":\"2026-09-01T15:42:55+00:00\",\"dateModified\":\"2026-09-01T15:45:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/\"},\"wordCount\":1314,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/2.png\",\"articleSection\":[\"Releases\",\"Uncategorized\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/\",\"name\":\"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements. - Xceed Software\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/2.png\",\"datePublished\":\"2026-09-01T15:42:55+00:00\",\"dateModified\":\"2026-09-01T15:45:46+00:00\",\"description\":\"Explore Xceed Toolkit for WPF 5.2, featuring the new ChatControl, a WrapPanel view for ListBox, and important AvalonDock fixes for WPF developers.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/2.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/2.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/uncategorized\\\/blog-xceed-toolkit-for-wpf-5-2-release\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xceed.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"name\":\"Xceed Software\",\"description\":\"Provides tools for .NET, Windows Forms, WPF, Silverlight, and ASP.NET developers to create better applications.\",\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xceed.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\",\"name\":\"Xceed Software\",\"alternateName\":\"Xceed Software\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"width\":512,\"height\":512,\"caption\":\"Xceed Software\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\",\"name\":\"Christopher Radford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"caption\":\"Christopher Radford\"},\"sameAs\":[\"http:\\\/\\\/www.localhost:10003\"],\"url\":\"https:\\\/\\\/xceed.com\\\/es\\\/blog\\\/author\\\/radfordc\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements. - Xceed Software","description":"Explore Xceed Toolkit for WPF 5.2, featuring the new ChatControl, a WrapPanel view for ListBox, and important AvalonDock fixes for WPF developers.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xceed.com\/es\/blog\/sin-categoria\/blog-xceed-toolkit-for-wpf-5-2-release\/","og_locale":"es_MX","og_type":"article","og_title":"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements. - Xceed Software","og_description":"Explore Xceed Toolkit for WPF 5.2, featuring the new ChatControl, a WrapPanel view for ListBox, and important AvalonDock fixes for WPF developers.","og_url":"https:\/\/xceed.com\/es\/blog\/sin-categoria\/blog-xceed-toolkit-for-wpf-5-2-release\/","og_site_name":"Xceed Software","article_published_time":"2026-09-01T15:42:55+00:00","article_modified_time":"2026-09-01T15:45:46+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/09\/2.png","type":"image\/png"}],"author":"Christopher Radford","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christopher Radford","Est. reading time":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#article","isPartOf":{"@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/"},"author":{"name":"Christopher Radford","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351"},"headline":"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements.","datePublished":"2026-09-01T15:42:55+00:00","dateModified":"2026-09-01T15:45:46+00:00","mainEntityOfPage":{"@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/"},"wordCount":1314,"commentCount":0,"publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"image":{"@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/09\/2.png","articleSection":["Releases","Uncategorized"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/","url":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/","name":"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements. - Xceed Software","isPartOf":{"@id":"https:\/\/xceed.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#primaryimage"},"image":{"@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/09\/2.png","datePublished":"2026-09-01T15:42:55+00:00","dateModified":"2026-09-01T15:45:46+00:00","description":"Explore Xceed Toolkit for WPF 5.2, featuring the new ChatControl, a WrapPanel view for ListBox, and important AvalonDock fixes for WPF developers.","breadcrumb":{"@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#primaryimage","url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/09\/2.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/09\/2.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/xceed.com\/blog\/uncategorized\/blog-xceed-toolkit-for-wpf-5-2-release\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xceed.com\/"},{"@type":"ListItem","position":2,"name":"Xceed Toolkit Plus for WPF 5.2: New ChatControl, WrapPanel, and AvalonDock Improvements."}]},{"@type":"WebSite","@id":"https:\/\/xceed.com\/fr\/#website","url":"https:\/\/xceed.com\/fr\/","name":"Xceed Software","description":"Proporciona herramientas para que los desarrolladores de .NET, Windows Forms, WPF, Silverlight y ASP.NET puedan crear mejores aplicaciones.","publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xceed.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/xceed.com\/fr\/#organization","name":"Xceed Software","alternateName":"Xceed Software","url":"https:\/\/xceed.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","width":512,"height":512,"caption":"Xceed Software"},"image":{"@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351","name":"Christopher Radford","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","caption":"Christopher Radford"},"sameAs":["http:\/\/www.localhost:10003"],"url":"https:\/\/xceed.com\/es\/blog\/author\/radfordc\/"}]}},"_links":{"self":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/4425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/comments?post=4425"}],"version-history":[{"count":9,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/4425\/revisions"}],"predecessor-version":[{"id":4435,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/4425\/revisions\/4435"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/media\/4437"}],"wp:attachment":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/media?parent=4425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/categories?post=4425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/tags?post=4425"},{"taxonomy":"products","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/products?post=4425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}