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
Hello Achim,
Could you please post a screenshot where I could see what you are able to change and what you are not. This might indeed need a drawfilter implementation.
Why do you want to trigger this event based on a user action? What is not refreshing in the control when you are trying to invalidate or refresh it?
I will be waiting for your feedback.
Hello Boris,
currently I am using this ColumnHeaderInitialize implementation:
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hi Boris,
thank you. I've made an own DrawFilter implementation in the meanwhile - it was a little bit of try and error but finally I managed to find the right Phases etc.
Best regards