Unplanned
Last Updated: 14 Oct 2024 14:14 by Stenly
Stenly
Created on: 14 Oct 2024 14:14
Category: ScheduleView
Type: Bug Report
1
ScheduleView: Expand/Collapse button is overlapped by the last appointment in the MonthViewDefinition when AllowCustomAppointmentSize is set to True and the Fluent theme is applied

In the scenario where the Fluent theme is applied and the MonthViewDefinition'sAllowCustomAppointmentSize property is set to True, appointments with different heights may overlap the expand/collapse RadToggleButton when collapsed.

To work this around, extract the default GroupHeaderStyleSelector for the Fluent theme. Then, extract the Style with x:Key="MonthViewBottomLevelWeekGroupStyle" and modify the Padding property's value. Set this Style to the MonthViewBottomLevelWeekGroupStyle property of the extracted OrientedGroupHeaderStyleSelector (default GroupHeaderStyleSelector). Finally, set an instance of the modified style selector to the GroupHeaderStyleSelector property of RadScheduleView.

0 comments