0 out of 1 rated this helpful - Rate this topic

Selector.IsSynchronizedWithCurrentItem Property

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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ