Completed
Last Updated: 26 Jun 2024 08:31 by ADMIN
Release R2 2020
Martin Ivanov
Created on: 15 Apr 2020 09:21
Category: ScheduleView
Type: Feature Request
1
ScheduleView: Allow showing the CurrentTimeIndicator on top of the appointments
Currently the CurrentTimeIndicator is shown under the appointments when its position is set to WholeArea. Add an option to change this and display the indicator on top of the appointments.
1 comment
ADMIN
Dimitar
Posted on: 26 Jun 2024 08:31

Hello,

A possible solution is setting the ZIndex in the static constructor: 

static Example()
{
    Panel.ZIndexProperty.OverrideMetadata(typeof(TimeIndicatorsPanel), new FrameworkPropertyMetadata(2));
}

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.