Selector::IsSynchronizedWithCurrentItem Property
Gets or sets a value that indicates whether a Selector should keep the SelectedItem synchronized with the current item in the Items property.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [TypeConverterAttribute("System.Windows.NullableBoolConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")] [LocalizabilityAttribute(LocalizationCategory::NeverLocalize)] property Nullable<bool> IsSynchronizedWithCurrentItem { Nullable<bool> get(); void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>true if the SelectedItem is always synchronized with the current item in the ItemCollection; 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 CollectionView. The default value is null.
You can set the IsSynchronizedWithCurrentItem property to true to ensure that the item selected always corresponds to the CurrentItem property in the ItemCollection. For example, suppose that there are two ListBox controls with their ItemsSource property set to the same source. Set IsSynchronizedWithCurrentItem to true on both list boxes to ensure that the selected item in each ListBox is the same.
Identifier field | |
Metadata properties set to true | None |
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0