xaml-sdk/ScheduleView/SpecialSlotsZIndex
martinivanoff c94f26461f SDK updated 2020-09-24 16:59:02 +03:00
..
Properties Added updates to the repository 2013-08-09 14:02:25 +03:00
App.xaml Added updates to the repository 2013-08-09 14:02:25 +03:00
App.xaml.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
App_SL.xaml Added updates to the repository 2013-08-09 14:02:25 +03:00
App_SL.xaml.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
Example.xaml Add new examples to GitHub 2013-07-15 13:33:04 +03:00
Example.xaml.cs Add new examples to GitHub 2013-07-15 13:33:04 +03:00
MainPage.xaml Added updates to the repository 2013-08-09 14:02:25 +03:00
MainPage.xaml.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
MainWindow.xaml Added updates to the repository 2013-08-09 14:02:25 +03:00
MainWindow.xaml.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
MyViewModel.cs Add new examples to GitHub 2013-07-15 13:33:04 +03:00
NonWorkingSlot.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
ReadMe.md SDK updated 2020-09-24 16:59:02 +03:00
SpecialSlotStyleSelector.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
SpecialSlotsZIndex_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
SpecialSlotsZIndex_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00

ReadMe.md

SpecialSlots ZIndex

This example illustrates how you can choose which special slot to stay on top of the other by setting its ZIndex. There is a possible approach the ZIndex to be bound in order to be manipulated from the ViewModel. The button changes the ZIndex of the ReadOnlySlot in DayView, WeekView and Timeline. The ZIndex of the NonWorkingHourSlots is bound to the ViewModel statically for MonthView.