This question is locked. New answers and comments are not allowed.
Hello,
I have bound the SelectedItem Property of a TabControl, but when I start my application the property has always the value NULL until I first click onto a Tabsheet. IsDefaultItemSelected = True has also no effect.
Is use:
- Silverlight 5
- RadControlsVersion Q1 2012 SP1 (Runtime version v4.0.30319)
- GalaSoft MVVM
What do I wrong??
best regards
Richard Koslik
I have bound the SelectedItem Property of a TabControl, but when I start my application the property has always the value NULL until I first click onto a Tabsheet. IsDefaultItemSelected = True has also no effect.
Is use:
- Silverlight 5
- RadControlsVersion Q1 2012 SP1 (Runtime version v4.0.30319)
- GalaSoft MVVM
<
telerik:RadTabControl
IsDefaultItemSelected
=
"True"
TabStripPlacement
=
"Left"
BorderBrush
=
"DarkGray"
BorderThickness
=
"1"
TabOrientation
=
"Vertical"
Align
=
"Right"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
VerticalAlignment
=
"Top"
Height
=
"310"
HorizontalAlignment
=
"Left"
Margin
=
"5,581,0,0"
Name
=
"tcChild"
Width
=
"1639"
SelectedItem
=
"{Binding tabItemChild, Mode=TwoWay}"
SelectedIndex
=
"{Binding iTabIndexChild, Mode=TwoWay}"
>
What do I wrong??
best regards
Richard Koslik