TabItem.IsSelected Property
Silverlight
Gets or sets a value that indicates whether the TabItem is currently selected.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls (in System.Windows.Controls.dll)
Dependency property identifier field: IsSelectedProperty
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
IsSelected requires TwoWay binding in SilverLight.
For some reason IsSelected requires Mode=TwoWay in SilverLight binding.
Without this the Tab Item will not get selected when property changes. Bug?
<sdk1:TabItem IsSelected="{IsTabSelected, Mode=TwoWay}" >
.....
</sdk1:TabItem>
Without this the Tab Item will not get selected when property changes. Bug?
<sdk1:TabItem IsSelected="{IsTabSelected, Mode=TwoWay}" >
.....
</sdk1:TabItem>
- 1/26/2011
- 3Dimka