Vous êtes sur la page 1sur 2

VIBlend Windows Forms Controls 4.7.

0 - Release Notes
---------------------------------------------------------------------------
1. Added 20 new examples
2. Added 32 How-To Tutorials
3. Major Update of the Help Documentation
4. Added 4 new Quick Start Mini projects
5. Added VS 2010 Examples projects.
6. DataGridView changes
- Added Rows Grouping Panel
- Added Columns Chooser
- Added CheckedChanged event to the CheckBoxEditor
- Added an ActionList in Design Time
- Added an option to automatically open the ComboBoxEditor and DateTimePickerEdi
tor pop up when they get active.
- Added Resizing Tooltip which is shown when a column or row header is resized.
- Added ContextMenuShowing event.
- Fixed an issue regarding the control's Focus
- Fixed an issue in the ComboBoxEditor keyboard navigation
- Fixed an issue in the DateTimeEditor keyboard navigation
- Fixed an issue regarding the cell images.
7. TreeView - Fixed a design time issue with the Nodes collection serialization.
8. RibbonBar Gallery - Fixed a Design time issue with the GalleryButtons collect
ion.
9. RibbonBar - Fixed an issue regarding the Background image of the ApplicationB
utton's content panel.
10. Form - Fixed the icon rendering. ShowIcon property now affects the Form icon
's rendering.
VIBlend Windows Forms Controls 4.6.0 - Release Notes
---------------------------------------------------------------------------
1. Added support for Visual Studio 2010
2. DataGridView changes
In this version we extended the HierarhcyItem mouse click events. Previously, th
e grid was raising only the ItemClick and ItemDoubleClick events.
These two events are replaced by the following set of events:
- HierarchyItemMouseUp
- HierarchyItemMouseDown
- HierarchyItemMouseClick
- HierarchyItemMouseDoubleClick
We also added several improvements in the in-place cell editors' infrastructure.
Specifically we added the following activation and deactivation events:
- Click on selected cell (MOUSE_CLICK_SELECTED_CELL)
- Enter key activation (KEY_PRESS_ENTER
- Esc key deactivation (KEY_PRESS_ESC)
The default activation and deactivation flags for the built-in cell editors wher
e modified to use the new activation events.
Please, note that these are breaking changes. If you are using an earlier versio
n of VIBlend Controls for Windows Forms you will have to make minor changes to y
our code.
New in version 4.6 are the HierarchyItems and Cells selection changed events:
- DataGridView.HierarchyItemSelectionChanged
- DataGridView.CellSelectionChanged
---------------------------------------------------------------------------
If you need technical assistance, send us an email at: support@viblend.com

Vous aimerez peut-être aussi