NewItemPlaceholderPosition Enumeration
Specifies where the placeholder for a new item appears in an IEditableCollectionView.
Namespace: System.ComponentModel
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
|
None | The collection does not use a new item placeholder. The position of items that are added depends on the underlying collection. Usually, they are added at the end of the collection. |
|
AtEnd | The placeholder for a new item appears at the end of the collection. New items are added at the end of the collection, before the new item placeholder. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.