Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ItemCheckBox property establishes whether or not there is check box in the item and, if so, where it appears. By default, this property is set to "None" and no check box appears. However, you can set this property to "Left" to make a check box appear on the left side of the item or "Right" to make it appear on the right side. Left check boxes appear just before the item's image or text. Right check boxes appear on the all the way on the far right side of the item.

Image ModifiedImage Modified


The CheckBoxConditions property is a much easier way of setting check boxes. Use this property only if you plan to show check boxes for all items or if you need very specific control over which items have check boxes.

...