
Adds support for Microsoft Visual Studio 2017.
Features
- Adds support for Microsoft Visual Studio 2017.
Fixes
WinTabControl
- SpaceBeforeTabs property is not consistent when scrolling through tabs with an ISL file applied.
WinDataChart
- RadialSeries Labels are rendered in the wrong location after resizing.
WinToolbarsManager
- ObjectDisposed exception is thrown on show popup.
- NullReference exception is raised when hiding all tabs.
- The main form has issue on resize when FileMenuStyle is set to ApplicationMenu2010.
- Size PopupControlContainer tool to remaining size of the screen.
- Shortcut key is not underlined on button when pressing ALT key.
- The control's tools have no padding.
- Loading a layout from the ToolClick of a tool on the ApplicationMenu raises a NullReference exception.
- Small Image is cut off on Ribbon's ComboBox tool.
WinGrid
- Grid does not scroll properly when modifying data in AutoPreviewField.
- UltraGridExcelExporter throws a NullReference exception. ResolveHeader returns null.
- Setting data source on the control sets IsUpdating property to false, even between BeginUpdate() and EndUpdate() methods are invoked.
- ActiveRow changes away from FilterRow when data source sends a reset notification.
- TabRepeat does not move the cursor to the new template for adding new rows on top.
WinGauge
- Labels are misaligned after resize.
WinExplorerBar
- Infinite loop triggers and cause StackOverflow exception.
WinStatusBar
- Status panel in the designer is refreshed by Visual Studio just by changing Form's language property.
WinTree
- Scrollbar intersection does not pick up the control's BackColor value.
WinZoomPanel
- Argument exception is thrown when setting ZoomFactor to value greater than 1 at design time.
WinSchedule
- BindingListObject is null for each appointment in UltraDayView AfterAppointmentMoved event appointments collection.
WinDockManager
- Dockmanager ctrl+tab will tab to disabled MDI child form.
WinEditors
- Setting the PreferredDropDownSize of a DropDownEditorButton at design-time raises a NullReference exception when running the application.
WinGanttView
- Control's rows' height is not synchronised with tasks' heights when setting the BarHeight property.
WinDateTimeEditor
- Japanese error message when the same date/time is set to MinDate and MaxDate of UltraDateTimeEditor is different from the English one.
WinExcelExporter
- Band header does not export to Excel when HeaderPlacement is set to FixedOnTop.
- ContextSwitchDeadlock occurs when exporting a grid to Excel.