.NET 8 WPFのニュース

.NET 8 WPFアプリで階層データを表示

9月 12, 2024
マスター/ディテールグリッド構造を活用して、データレコードを効率的に整理および探索し、階層を維持し、UXを向上

Master-detail is a user interface design technique where a primary data set (the master) is displayed in a grid format, and related information (the detail) is typically shown in an adjacent pane when a master item is selected. The resulting hierarchical structure allows users to efficiently navigate and explore complex data sets by viewing high-level information in the master grid while accessing more granular details on demand, without navigating away from the main page. The master-detail view enhances the user experience as it improves the organization of the grid and streamlines workflows as users can quickly switch between records and details.

Several .NET 8 WPF grid components offer support for master-detail, including:

  • FlexGrid for WPF (part of ComponentOne Studio WPF) by MESCIUS lets you easily create master-detail relationships between data items in your .NET 8 grid application.
  • NOV Grid for .NET (part of Nevron Open Vision for .NET) includes a master-detail feature, providing hierarchical data structures in an organized, dynamic grid interface.
  • Xceed DataGrid for WPF by Xceed Software offers a flexible master-detail layout to display relational data, allowing users to drill down into data records.
  • Infragistics XamDataGrid for WPF (part of Infragistics Ultimate UI for WPF) facilitates the creation of complex master-detail views, streamlining hierarchical data exploration.

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

Compare .NET 8 WPF Grid Components

ユーザーによる印刷出力の制御を許可

9月 4, 2024
.NET WPFの印刷とプレビューコントロールを使用すると、ユーザーはアプリケーションから印刷する前に、ページレイアウト、余白、およびその他の設定を調整可能

Print & Preview .NET WPF controls provide a comprehensive solution for printing and previewing content within your WPF applications. These controls offer a user-friendly interface for users to review their content before committing to printing, ensuring accuracy and preventing costly errors. Additionally, they support various printing options, including page orientation, margins, and scaling, allowing developers to customize the printing experience to meet specific requirements.

Many .NET WPF UI Suites contain Print & Preview controls including:

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

Compare .NET WPF UI Suites

WPFでグリッドを検索する際のフィルターの無効化

8月 23, 2024
Telerik UI for WPF 2024 Q3では、グリッド検索中にデータフィルタリングを無効にできる柔軟性を装備。今までよりもさらにカスタマイズされた検索オプションを提供

Telerik UI for WPF is an extensive UI library specifically designed for building modern and feature-rich business applications using the Windows Presentation Foundation (WPF) framework. It offers many customizable controls, ranging from data-driven grids and charts to specialized navigation and input components. The suite emphasizes performance and user experience, providing data virtualization for handling large datasets efficiently and ensuring visually appealing interactions.

The Telerik UI for WPF 2024 Q3 (2024.3.806) update enhances the DataGrid control by implementing "Search as You Type" behavior without filtering the items. This new option provides users with greater control over the grid search process with the ability to disable data filtering when performing search operations. By enabling users to tailor the filtering behavior, this feature ensures that search results are not inadvertently limited by active filters, potentially revealing more relevant data that would otherwise be hidden.

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

Telerik UI for WPF is licensed per developer and is available as a perpetual license with a one year support subscription, which is available in three tiers: Lite, Priority or Ultimate. See our Telerik UI for WPF licensing page for full details.

Telerik UI for WPF is available to buy in the following products:

系列選択でグラフの対話性を向上

8月 13, 2024
Infragistics Ultimate UI for WPF 24.1は、カスタマイズ可能なグラフシリーズの選択により、洞察を明らかにし、ユーザーエクスペリエンスを向上可能

Infragistics Ultimate UI for WPF is a comprehensive suite of UI controls designed to streamline development and enhance the user experience of desktop applications. Boasting over 100 components, it offers a rich set of functionalities, including data visualization tools, high-performance grids, and modern UI elements that mimic the look and feel of Microsoft Office. These feature-packed libraries empower developers to craft powerful, visually appealing applications with a consistent user experience.

The Infragistics Ultimate UI for WPF 24.1 release offers enhanced chart interactivity with the new series selection feature. Applicable to category, financial, and radial charts, this feature allows users to select individual series and visually differentiate them using color changes or adding focus outlines. Developers have granular control over selection behavior, choosing to affect entire series or specific data items, and can manage multiple selections simultaneously. This functionality proves invaluable for highlighting data patterns and trends, facilitating comparisons between data points.

To see a full list of what's new in 24.1, see our release notes for Infragistics Ultimate UI for WPF.

Infragistics Ultimate UI for WPF is licensed per developer and is available as a Perpetual License with 1, 2 or 3 year support and maintenance subscription. See our Infragistics Ultimate UI for WPF licensing page for full details.

Infragistics Ultimate UI for WPF is available to buy in the following products:

ユーザーが列のサイズを変更してグリッドを調整可能

8月 5, 2024
グリッド列を拡張またはサイズ変更すると、ユーザーは特定のデータポイントに集中でき、列幅が最適化されて読みやすさが向上

Column resizing in a datagrid empowers users to dynamically adjust column widths, enhancing data visibility and analysis. By dragging column boundaries, users can prioritize information, reveal hidden content, and improve readability. This flexibility accommodates diverse screen sizes, data volumes, and user preferences, ultimately optimizing the datagrid's usability for various tasks like data entry, reporting, and analysis.

Several WPF grid controls offer support for expanding and resizing columns including:

  • DevExpress WPF Data Grid offers flexible column resizing with options for manual adjustment, automatic best fit, and granular control over column widths.
  • Telerik UI for WPF GridView provides intuitive column resizing capabilities, allowing users to dynamically adjust column widths for optimal data visualization.
  • Infragistics XamDataGrid for WPF (part of Infragistics Ultimate UI for WPF) enables customizable column resizing via manual, auto-fit, and programmatic adjustments.
  • Syncfusion WPF DataGrid (part of Syncfusion Essential Studio Enterprise) supports efficient column resizing with features like drag-and-drop, auto-fit, and programmatic control.

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

Compare WPF Grid Controls