This topic gives a brief overview of the new controls and features introduced in the Ultimate UI for WPF 2015 Volume 1 Release.
The data model of the library now supports creating of and operating with hyperlinks.
The data model of the library now allows you to protect workbooks. Workbook protection disallow adding, renaming, reordering and deleting of worksheets.
The data model of the library now allows you to protect worksheets.
The xamComboEditor control supports binding to collections of primitive types such as bool
, char
, double
etc. types. The control supports also binding to enum
and collections of string
and DateTime
data.
A new property MinDropDownHeight
is added to provide functionality for configuring the minimum drop-down height of the xamComboEditor control.
A new property MinDropDownHeight
is added to provide functionality for configuring the minimum drop-down height of the xamMultiColumnComboEditor control.
The control now supports configuring the areas where fields and/or records can be resized.
The control now allows you MVVM-friendly binding to the last selected item using a property.
The control now supports resizing of the grid and chart sections.
The control now displayes hyperlinks and allows the user to interact with them:
The control now allows you to obtain a worksheet’s cell by providing a point.
The control now allows you to select multiple worksheets and perform group operations over them.
The control now supports disabling of certain user functionality when workbook and/or worksheet protections are engaged.
The control now renders underline and double-underline text.
The xamTreeGrid control is the latest addition to the Data Presenter family of controls. It arranges data in a tree grid layout. Essentially the control is a xamDataPresenter that implements a single view (a tree view) which cannot by dynamically switched.