Version

What’s New in 2008 Volume 1

The Ultimate UI for WPF 2008 Volume 1 release includes row summaries for xamDataGrid and a new layout control to allow you to take even more advantage of our WPF controls.

Below is a list of the features that we added for the 2008 Volume 1 release. Click the links to read about the features being offered.

xamDockManager Control

The xamDockManager™ control is a layout control that allows you to create application layouts that your end users can modify at run time similar to Microsoft® Visual Studio®.

A few of xamDockManager’s features include:

  • Docking Indicators - The docking indicators allow your end users to easily dock panes using visual indicators at run time.

example of xamdockmanager's docking indicators
  • Pane Navigator - The pane navigator gives your end users a convenient way to switch between open panes. It also takes the guess work out of switching between panes by displaying a preview of the new pane.

example of xamdockmanager's pane navigator
  • Tabbed Documents - In addition to docking functionality, you can display tabs in the main client area of xamDockManager, just like code view or design view in Visual Studio. You can also leverage this feature to create a tabbed MDI application.

example of xamdockmanger's tabbed documents functionality

Row Summaries Functionality

Starting in the 2008 Volume 1 release, row summary functionality is available in xamDataGrid™ and the GridView in xamDataPresenter™.

When you enable the row summary feature, your end users will see a sigma icon in the field headers that they can click to open a summary selection dialog box. The summary selection dialog box has an intuitive and easy-to-use interface that experienced and novice end users can use with ease.

xamdatagrid's row summaries functionality

New Properties

Performance Optimization for Labels

The FieldSettings object exposes a new AllowLabelVirtualization property to help optimize performance of xamDataGrid™, xamDataCarousel™, and xamDataPresenter™.

Label Text Behavior

The FieldSettings object exposes new properties to help you modify the behavior of text in a Field object’s label. You no longer have to create styles or templates to align, trim, or wrap the text in a LabelPresenter object.

Expansion Indicators

The FieldLayoutSettings object exposes a new ExpansionIndicatorDisplayMode property. You can set this property to hide expansion indicators for records that do not have any child records.

Converters and Fields

The Field object exposes the Converter, ConverterCulture, and ConverterParameter properties to aid in data binding scenarios.