Infragistics Ultimate UI for Windows Forms(英語版)

Windowsフォーム向けの100件を超えるUIコントロールを収録したスイート。スタイリッシュな優れたアプリを構築できます。

Infragistics 社の製品
1996 年より日本国内にてComponentSourceで販売中。

価格:¥ 260,480 (税込)〜 バージョン: 25.1 新機能 更新日: May 15, 2025 レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00 (4)

i

Infragistics Windows Forms のすべてのコントロールは Infragistics Professional 及び Infragistics Ultimate にも含まれています。

Infragistics Professional 製品構成 : Ignite UI, ASP.NET, Windows Forms, Windows UI, Silverlight and WPF。
Infragistics Ultimate 製品構成 : Ignite UI, ASP.NET, Windows Forms, Silverlight, WPF, Windows UI, Windows Phone, LightSwitch, NUCLiOS, Iguana UI, NetAdvantage ICONS, 5 User Quince サブスクリプション。

Infragistics Ultimate UI for Windows Forms 23.2.131

Released: Apr 17, 2024

23.2.131 での更新項目

機能

  • Funnel Chart Highlighting - The UltraFunnelChart now has a highlighting overlay. It exposes this overlay through multiple highlighting properties, namely HighlightedItemsSource, HighlightValueDisplayMode, HighlightedValueMemberPath, and HighlightingOpacity.
    • When the HighlightValueDisplayMode is set to Overlay, this works in tandem with the HighlightedItemsSource and HighlightedValueMemberPath to provide a highlighted overlay the displays the difference between the values in the chart's ItemsSource and the HighlightedItemsSource.
    • You can control the opacity of the highlight overlay with the HighlightingOpacity property.
  • Gauge Highlighting Features
    • The UltraRadialGauge, UltraLinearGauge, and UltraBulletGraph now expose HighlightValue and HighlightValueDisplayMode properties.
    • In the UltraRadialGauge and UltraLinearGauge, when provided a value and a HighlightValueDisplayMode of Overlay, this will make the main needle appear faded and an additional needle will appear.
    • In the UltraBulletGraph, the performance bar will now reflect a difference between the value and the HighlightValue when the HighlightValueDisplayMode is set to Overlay. The highlighted value will show a filtered/subset measured percentage as a filled-in color while the remaining bar's appearance will be faded to the assigned value.
  • Radial Chart Label Mode - The CategoryAngleAxis for the UltraDataChart now exposes a LabelMode property that allows you to further configure the location of the labels. This allows you to toggle between the default mode by selecting the Center enum, or use the new mode, ClosestPoint, which will bring the labels closer to the circular plot area.
  • Radial Gauge Optical Scaling - The UltraRadialGauge now has the ability to change its scaling for its labels, subtitle and title. This is done by setting the OpticalScalingEnabled property to true. Then, you can set the OpticalScalingSize which manages the size at which labels have 100% optical scaling. Essentially, labels will have larger fonts when the gauge's size is larger.
  • Radial Gauge Title and Subtitle
    • New title and subtitle properties for the UltraRadialGauge are now available. TitleText and SubtitleText will show the corresponding title near the bottom the gauge.
    • Various title and subtitle font properties have been added such as TitleFontSize, TitleFontFamily, TitleFontStyle, TitleFontWeight and TitleExtent.
    • The new TitleDisplaysValue will allow the value to correspond with the needle's position.

不具合の修正

  • UltraComboEditor
    • Hidden items in UltraComboEditor using Arial font.
  • General
    • Source link is incorrectly in assemblies when compiled with the latest .NET SDK.
  • UltraDataChart
    • When the UltraDataChart is placed in a Form that is shown by ShowDialog(), closing it and the parent Form causes an ArgumentException.
  • UltraSpreadsheet
    • Copying a cell that has a formula referencing another cell in the same workbook does not paste properly in the UltraSpreadsheet.
  • Excel Library
    • Auto filter is applied automatically after loading .xlsm Excel file.