The following tables list the members exposed by VirtualListBase.
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
Public Methods
| Name | Description |
| CopyTo | Copies the elements of the list to the specified array. |
Top
See Also