Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4133
Selected Cell In TimeLine
posted

I am writing a draw filter to hatch the background of non-working days in a TimeLine control and am currently using the BeforeDrawBackColor draw phase to do so.  However, this overrides painting the back color on a selected cell.  I would like to add some code to my GetPhasesToFilter function to exclude the hatching if the cell is the selected cell, but can't seem to find a good way to do so.  Is there a quick way to determine if a cell is the selected cell?  I also need to do this for the DayView, WeekView and MonthViewSingle controls.