зеркало из https://github.com/telerik/xaml-sdk.git
c94f26461f | ||
---|---|---|
.. | ||
Properties | ||
App.xaml | ||
App.xaml.cs | ||
App_SL.xaml | ||
App_SL.xaml.cs | ||
Example.xaml | ||
Example.xaml.cs | ||
MainPage.xaml | ||
MainPage.xaml.cs | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
MyViewModel.cs | ||
NonWorkingSlot.cs | ||
ReadMe.md | ||
SpecialSlotStyleSelector.cs | ||
SpecialSlotsZIndex_SL.csproj | ||
SpecialSlotsZIndex_WPF.csproj |
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.