This question is locked. New answers and comments are not allowed.
To highlight one of the important changes in Q1 2010, here we add more details regarding the removed property MultipleSelect which has been marked as obsolete in Q3 2009.
The table below shows how the old setting should be changed with the current release.
| Old |
New |
New Modes Description |
|---|---|---|
| MultipleSelect=False |
SelectionMode=Single | Only one item can be selected at a time. (default value) |
| MultipleSelect=True |
SelectionMode=Extended | Items are added to the selection only by combining the mouse clicks with the Ctrl or Shift key. |
| SelectionMode=Multiple |
Items are added to the selection when they get clicked and get removed when they get clicked again. |
For more information about new selection properties please refer to this online help article or visit our online Selection Example.