Selector.IsSynchronizedWithCurrentItem Property
Silverlight
Gets or sets a value that indicates whether the Selector should keep the SelectedItem synchronized with the current item in the Items property.
Namespace: System.Windows.Controls.Primitives
Assembly: System.Windows (in System.Windows.dll)
[TypeConverterAttribute(typeof(NullableBoolConverter))] public Nullable<bool> IsSynchronizedWithCurrentItem { get; set; }
<selector IsSynchronizedWithCurrentItem="False"/> - or - <object IsSynchronizedWithCurrentItem="{x:Null}"/>
Property Value
Type: System.Nullable<Boolean>true if the SelectedItem is always synchronized with the current item; false if the SelectedItem is never synchronized with the current item; null if the SelectedItem is synchronized with the current item only if the Selector uses a ICollectionView. The default is null.
| Exception | Condition |
|---|---|
| ArgumentException |
IsSynchronizedWithCurrentItem is set to true. |
Dependency property identifier field: IsSynchronizedWithCurrentItemProperty
Setting the IsSynchronizedWithCurrentItem property to true will cause an exception.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.