Hello,
I just discovered the fine TabStrip :-)
I use it to seperate some viewmodel items over different tabs. One of them is a slider.
But the slider behaves strange:
- When a slider is put on the first (directly visible) tab, the viewmodel value is shown correctly
- When a slider is put on the second (not directly visible) tab, the viewmodel value is shown incorrectly when i click the tab
- When a slider is put outside the tabstrip, the viewmodel value is shown correctly
- When a slider is put on the first (not directly visible; no selectedindex set to 0) tab, the viewmodel value is shown incorrectly when i click the tab
Incorrect behaviour is shown in the image provided. The slider is set to a value (somthing like 0.5) not equel to the value in the viewmodel (4).
Is this a known issue?
Regards,
Sander
-----
used code:
in the view:
(notice the SelectedIndex is put to comments)
The slider editor:
In the controller:
The viewmodel: