Actipro Grids for WPF のリリース

Released: Aug 3, 2017

2017.2 での更新項目

機能

  • Added the TreeListBoxItemAdapter.OnDragHover method, which allows for selectively expanding collapsed target items when a drag/hover occurs.
  • Added a check to ensure DragDropEffects.None is not returned by TreeListBoxItemAdapter.InitializeDataObject before starting a drag/drop.
  • Updated PropertyGridItemAdapter to support returning paths.

不具合の修正

  • Fixed a bug where TreeListBox expand all functionality might not traverse down all levels.
  • Fixed a bug that could occur within a PropertyGrid when...

Released: Jun 28, 2017

2017.1 build 0652 での更新項目

機能

  • Improved TreeListBox's tracking of the first item to focus on focus gain.
  • Updated TreeListBoxItem to match other controls like ListBox and not auto-select itself on focus.
  • Updated property editors that use Editors' edit boxes to appear empty when the PropertyGrid is examining multiple data objects with different property values.

Released: Mar 19, 2017

2017.1 build 0650 での更新項目

機能

  • New tree controls and a rearchitected PropertyGrid control that is lightning fast and extremely customizable.
  • TreeListBox is a single-column tree control similar to the Visual Studio Solution Explorer tree control.
  • TreeListView is a multi-column variant of TreeListBox that renders similar to a standard ListView but has additional features.
  • PropertyGrid allows for all the properties of one or more objects to be displayed and edited, optionally using categories.

Released: Feb 3, 2016

Updates in this release

Updates in 2016.1

  • Updated the interop with Editors so that if the PropertyGrid is read-only, the edit box will be flagged read-only instead of disabled.

Released: Sep 25, 2014

Updates in this release

Updates in 2014.2

  • Six new built-in chart palette options, including Retro and Sand.
  • Updated the Country and Currency classes with the latest ISO data.
  • New custom property editor sample that shows how to easily add a custom property editor for a certain type.
  • Quote auto-completion support has been added to the DelimiterAutoCompleter class, with double quote completion enabled by default. As the user types a start quote, the related end quote will be auto-entered after the caret.
  • Support ASP-style...

Released: Mar 7, 2011

Updates in this release

Updates in 2011.1

  • Property Editors can now also be assigned by the type of the associated object, as well as by property name and type, which were previously supported.
  • Overridable methods have been added to DataFactory to allow easier customization of properties.

Released: Nov 15, 2010

Updates in this release

Updates in 2010.2

  • Added support for new Office 2010 blue/black/silver themes
  • Added support for nested categories when using SelectedObject(s)/Properties
  • Fixed issue with null reference exception being raised in certain scenarios
  • Fixed issue with columns rendering very narrow when horizontal scrolling is enabled in PropertyGrid
  • Fixed issue with using deferred scrolling and virtualization
  • Fixed issue with using implicit Styles for TreeListViewColumnHeader

Released: Dec 23, 2009

Updates in this release

Updates in 2009.2

  • Designer support for Visual Studio 2010 and Expression Blend 3.

Released: Oct 29, 2009

Updates in this release

Updates in 2009.1

  • Windows 7 Compatible
  • Expression Blend Compatible
  • Added PropertyGrid.IsSummaryResizable property which can be used to prevent the summary area from being sized by the end-user

Released: Oct 29, 2009

Updates in this release

Updates in 2009.1

General updates

  • Windows 7 Compatible
  • Expression Blend Compatible

Individual product updates

Actipro DataGrid for WPF

  • Fixed issue with Office 2007 styles for DataGridColumnHeader not respecting HorizontalContentAlignment or VerticalContentAlignment

Actipro Docking/MDI for WPF

  • Fixed a bug where an exception could be thrown when using non-hosted auto-hide popups in .NET 4.0 beta 2

Actipro Editors for WPF

  • Added new PartValueCommitTriggers.EnterKeyDown trigger which commits any part...