Version 1.2.0.5
Version 1.2.0.5 was released on May 1st, 2006.
- Fixed height calculation in BaseButtonList in .NET 2.0 so that it
does not clip the items.
- Fixed the MultiColumnComboBox so that when the mouse wheel is used to
scroll the drop-down in DropDown and DropDownList mode, it does
not change the current selection until an item is clicked.
- Added the MouseTracking property to MultiColumnComboBox
to allow disabling the selection tracking with the mouse cursor in the drop-down in DropDown
and DropDownList modes.
- Added a UseMnemonic property to BaseButtonList
so that you can specify whether items in the CheckBoxList and RadioButtonList
interpret the ampersand (&) character in the display text as a mnemonic or as a literal.
- Added ClearSelections and SelectAll methods
to CheckBoxList to clear all checked items and to check all items respectively.