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
140
How to highlight a specific day?
posted

Hi there,

I am using the UltraTimeLineView and want to highlight a specific day that can be changed by the user (it is some kind of insert function where the user has to know where the insert operation will be applied). This works for me in the main area of the timeline by setting the DayLook of that day. But I also want to highlight the header.

Therefore I used the ColumnHeaderInitializing and I am facing two problems:

1. I can only change the color of the header text and the text itself... the other properties of the AppearanceData object are ignored.

2. I cannot trigger the ColumnHeaderInitializing event based on a user action like the click on a button. Also .Invalidate() and .Refresh() have no effect on the control.

Is anybody out there to help me with this issues? It's also ok for me to user other solutions (e.g. DrawFilter) if they work...

Kind regards

Achim

Parents Reply Children