VirtualListBase Class Properties
In This Topic
For a list of all members of this type, see VirtualListBase members.
Public Properties
| Name | Description |
 | Count | Gets the number of items contained in the list. |
 | IsFixedSize | Gets a value indicating if the list has a fixed size. |
 | IsReadOnly | Gets a value indicating if the list is read-only. |
 | IsSynchronized | Gets a boolean value indicating if access to the list is synchronized (thread-safe). |
 | SyncRoot | Gets an object that can be used to synchronize access to the list. |
Top
Protected Properties
See Also