.NET 8 WPF 뉴스

WPF 데이터 그리드 내 비(非)라틴 문자 입력

1월 27, 2026
입력 메서드 편집기(IME) 지원을 통해 WPF 애플리케이션은 편집 가능한 그리드 구성요소 내에서 복잡한 문자 체계로 입력된 텍스트를 직접 처리할 수 있습니다.

Input Method Editor (IME) support refers to the capability of an application or control to correctly handle complex text input, particularly for languages that require composition, such as Chinese, Japanese, and Korean. IME enables users to enter characters that are not directly available on a physical keyboard by converting sequences of keystrokes into the correct script, improving accessibility and usability for multilingual input. When applied to a data grid within an application, this capability ensures that users can reliably enter and edit multilingual text directly within grid cells without input loss or formatting issues. IME support in a data grid is especially valuable for applications that manage structured data across regions, as it allows accurate entry of names, descriptions, and other localized content while preserving normal grid behaviors such as editing, validation, and navigation.

Several WPF grid components include Input Method Editor support, including:

  • DevExpress WPF Data Grid (part of DevExpress WPF) supports multilingual input in grid cells, allowing users to enter complex characters as needed.
  • ComponentOne WPF FlexGrid (part of ComponentOne Studio WPF by MESCIUS) accommodates composed character entry for languages requiring input composition.
  • Infragistics Ultimate UI for WPF Data Grid (part of Infragistics Ultimate UI for WPF) facilitates complex script input within grid cells for multilingual data entry.

For an in-depth analysis of features and price, visit our comparison of WPF grid components.

Compare WPF Grid Components

WPF에서 복잡한 사용자 인터페이스를 정리하세요

1월 19, 2026
도킹 기능이 있는 UI 모음을 사용하면 WPF 앱의 레이아웃 배열, 플로팅 패널, 영구 작업 공간을 제어할 수 있습니다.

Docking controls are a key element of user interface design that enhance the usability of complex applications. They allow users to rearrange windows or panels within the main application window, making it easier to create personalized, efficient layouts. These controls typically support drag-and-drop interactions and automatic alignment, which help users maintain a tidy and organized workspace while working with multiple tools or data views. Docking frameworks often include features like tabbed documents, floating windows, and layout persistence, all of which contribute to a more flexible and user-driven application environment. This makes docking especially useful in professional software environments that involve large volumes of information or tool-based workflows.

Several WPF UI suites provide you with docking support, including:

  • DevExpress WPF offers a comprehensive docking system with advanced layout persistence, tabbed document interfaces, and runtime customization.
  • ComponentOne Studio WPF by MESCIUS provides a docking control that supports auto-hide, floating windows, and full integration with its theme and layout systems.
  • Telerik UI for WPF supports dockable and floatable panes, tabbed documents, nested docking, layout saving/loading, and other docking behaviors suitable for complex UIs.
  • Infragistics Ultimate UI for WPF features a flexible docking framework with rich layout options, including nested panes and content serialization for saving and restoring layouts.

For an in-depth analysis of features and price, visit our comparison of WPF UI suites.

Compare WPF UI Suites

AI 프롬프트로 앱 동작을 제어하세요

1월 13, 2026
DevExpress Universal 25.2에 새롭게 추가된 API를 통해, 앱이 사용자의 의도를 파악하여 실행 중인 UI 구성요소와 로직을 직접 변경할 수 있게 되었습니다.

DevExpress Universal is a comprehensive suite of UI components and developer tools that supports the creation of feature-rich applications across web, desktop, and mobile platforms, including .NET, JavaScript, Blazor, ASP.NET, WinForms, WPF, and MAUI. It focuses on delivering consistent user interfaces, advanced data visualization, reporting, dashboards, and productivity features that help teams design, build, and maintain complex applications using a unified set of technologies and patterns.

DevExpress Universal v25.2 introduces AI Tool Calling (Natural Language Control for UI Components), a cross-platform feature that extends Microsoft.Extensions.AI tool-calling to enable natural-language interaction with application UI and logic. Developers can expose UI components, ViewModels, and business services as AI-invokable tools, grouped into dynamic toolsets that adapt to the application’s current context. When users interact through the DevExpress AI Chat Control, the language model interprets their request, selects the appropriate tool, resolves the target instance, and executes the action in real time, making applications easier to use while giving developers full control over what the AI can see and do.

DevExpress Universal is licensed per developer and is available as a Perpetual License with a 12 month support and maintenance subscription. See our DevExpress Universal licensing page for full details.

For more information, visit our DevExpress Universal product page.

WPF 리본에 최신 Outlook 탐색 기능을 추가하세요

1월 9, 2026
DevExpress WPF 25.2는 탐색창을 켜고 끌 수 있는 리본 페이지 헤더 버튼이 추가되었으며, 이를 통해 Microsoft Outlook과 유사한 UX가 반영되었습니다.

DevExpress WPF is a powerful suite of controls that enhances your WPF development toolkit. It offers data grids, ribbon menus, rich text editors, spreadsheets, charts, and more, all with beautiful themes and touch-friendly interfaces. DevExpress WPF helps you to build professional-looking, responsive applications that meet modern user expectations, saving you time and effort while adding polish and functionality.

The DevExpress WPF 25.2 update introduces support for a Page Header Button positioned directly in the ribbon’s page header area. This new UI element allows developers to replicate the toggle behavior seen in recent versions of Microsoft Outlook, where users can expand or collapse navigation panes with a single click. It is a simple yet effective way to enhance usability in complex applications, particularly those that rely on dynamic side panels or menus. This new functionality brings a modern and intuitive interaction model to WPF-based interfaces, aligning with common user expectations.

To see a full list of what's new in version 25.2, see our release notes.

DevExpress WPF is licensed per developer and is available as a Perpetual License with a 12 month support and maintenance subscription. We can supply new subscriptions, subscription renewals, and additional licenses. See our DevExpress WPF licensing page for full details.

DevExpress WPF is available to buy in the following products:

데스크탑 애플리케이션에서 PDF의 구조를 조정하세요

12월 24, 2025
페이지 순서를 변경하여 문서의 구조를 개선하고, 규정 준수를 지원하며, 복잡한 PDF를 더 효율적으로 관리하세요.

Moving pages in a PDF file refers to the ability to change the order of individual pages within the document. This is typically done by dragging and dropping pages into a new sequence or by specifying where a page should be relocated. The main benefit of this feature is improved document organization, especially in cases where content needs to be restructured for clarity, relevance, or compliance with formatting requirements. It also simplifies tasks such as compiling reports, merging multiple sources, or preparing documents for printing and distribution, making it easier to manage large or complex PDF files efficiently.

Several WPF PDF components allow you to move pages in a PDF, including:

  • Telerik UI for WPF PdfProcessing (part of Telerik UI for WPF) lets you reorder PDF pages programmatically, enabling the dynamic restructuring of documents in WPF apps.
  • IronPDF for .NET by Iron Software allows you to reposition pages inside PDFs via code, helping developers customize document flow and prepare files for output or review.
  • XFINIUM.PDF WPF/UWP EDITION enables page movement within PDFs, giving UWP and WPF applications precise control over document layout and sequence adjustments.
  • Syncfusion WPF PDF (part of Syncfusion Essential Studio Enterprise) lets you reorder pages in PDF files through its API, supporting document editing and structured presentation.

For an in-depth analysis of features and price, visit our comparison of WPF PDF components.

Compare WPF PDF Components