DotNetBar for Windows Forms Release Notes
Version: 8.6.0.0
- New: Knob, dial control added
- New: CrumbBar.FindByName method added to look for items by name
- New: IntegerInput supports up/down value change buttons when in free-text mode
- New: Schedule Control: Week/Day AppointmentViews now have a minimum display height of 1 line.
- New: Localizable(true) to SuperTabControl/SuperTabStrip Font properties.
- New: CalendarView Appointments now can display images in appointment using Appointment.ImageKey and ImageAlign properties
- New: Tab grouping support to SuperTabControl via SuperTab.BeginGroup property.
- New: CalendarView.ShowOnlyWorkDayHours property added to permit the display of only WorkDay hours in the WeekDay view
- New: StyleManager beefed up registration/unregistration of controls in case it is used from multi-threaded environment
- New: CalendarView Added support for:
CalendarView.TimeLinePeriodHeaderHeight
CalendarView.TimeLinePeriodHeaderAlignment
CalendarView.TimeLinePeriodHeaderEnableMarkup
CalendarView.TimeLineRenderPeriodHeader
- New: AdvTree Cell.HostedItem will not receive MouseHover events
- New: CalendarView TimeIndicator support added. See: http://devcomponents.com/blog/?p=717
- New: Added keyboard support to the CalendarView control (up, down, left, right, home, and end keys - plus all the shift and control modifier combination).
- New: AdvTree Cell.TextDisplayFormat property added to specify cell Text formatting for display purpose. Standard .NET formatting available. See: http://msdn.microsoft.com/en-us/library/26etazsy.aspx
- New: AdvPropertyGrid support for PasswordPropertyTextAttribute added
- New: AdvPropertyGrid.PasswordChar static property added to specify the password character for properties marked with PasswordPropertyTextAttribute
- New: CalendarView Added CalendarView.CategoryColors support. Complete custom color for appointments by setting Appointment.CategoryColor to string ID of color for appointment view defined in CalendarView.CategoryColors
- New: SuperTabControl Added SuperTabStrip and SuperTabItem level SelectionMarkerColor support.
- Fixed: ButtonItem.EnableMarkup does not get copied when Copy is used to make copy of the button
- Fixed: CalendarView: AppointmentView minimum height adjusted to avoid default TextRender clipping of text on appointments whose calculated height is less than the minimum.
- Fixed: Highlighter highlighting focused control might not work if highlight was not initially visible
- Fixed: Calendar/Schedule monthly recurring appointment on 31st day of the month now behave like relative last day of the month
- Fixed: CalendarView might generate an exception if it has one selected appointment and then shift-clicked on the schedule surface
- Fixed: IntegerInput when locked would allow value change using mouse wheel while in free-text entry mode
- Fixed: IntegerInput when locked would allow entry in free-text mode.
- Fixed: Highlighter might not show new highlight if there was no highlight visible on load
- Fixed: AdvPropertyGrid might not set the value of multiple selected objects when property type is complex type
- Fixed: SuperTabControl designer flashing when creating a new tab.
- Fixed: Fixed Highlighter control visibility issue with nested SuperTabControls.
- Fixed: MonthCalendarAdv Fix for the "Cannot remove or destroy inherited component" exception when control is on inherited form
- Fixed: MaskedTextBoxAdv throws an exception when only DropDownItems are added and DropDownControl is not set
- Fixed: Designer now correctly writes out SuperTabControl.ControlBox properties
- Fixed: TextBoxItem only when focused on menu will now raise Click event instead of item that has mouse over it
- Fixed: CalendarView WeekDay view might generate an exception if it is over-extended
- Fixed: DoubleInput with DisplayFormat=P might have actual value parsing issues
- Fixed: Fixed a multi-view Horizontal ScrollBar issue (Maximum / LargeChange).
- Fixed: Fixed an AllDayPanel scrollBar issue presented when the user would scroll to the bottom of the AllDayPanel and then resize the panel.
- Fixed: AdvTree.AllowUserToReorderColumns does not serialize in designer code properly
- Fixed: RibbonControl not releasing parent form event handler if parent control has changed.
- Fixed: GalleryContainer.ScrollDown method does not update scroll-bar
- Fixed: CalendarView fixed a crashing issue when one tries to drag around a CustomCalendarItem whose time length is zero
- Fixed: SuperTabControl Backstage SelectedItem arrow was inadvertently being drawn *after* PostRenderEvent time. This would prevent the user from over-writing the arrow rendering if he should so choose.
- Fixed: Included workaround for ButtonX where ProcessMnemonic is being called even when there is no Alt key pressed
- Fixed: SuperTabControl tab remains visible when Visible=false, then Visible=true but not selected
- Fixed: SuperTabControl fixed panel visibility issues
- Fixed: SuperTabControl does not initialize color schemes for all Office 2007/2010 colors