Task text fixed while scrolling in horizontal direction

Hi, is it possible to have task text inside task bar with fixed position? So that you can see text inside bar all the time while doing horizontal scrolling in gantt. In other words ability to see task text while task is visible on gantt time scale. When you lose focus on particular task on time scale, text inside bar must disappear together with bar itself.

I know that you can define text as an column inside grid on the left side but I would like to have one text on bar and another in grid…

Hi,
I can’t see a simple way to do it. Probably you can somehow modify styles and position of task description based on scroll position, or simply repeat task text inside a bar so it will be visible most of the time

Thank you for your answer. How do you mean repeat task text, can you make one example?

You are saying reloading of task text in onGanttScroll event?

Hi,
by repeating task text i meant that you can return array of blocks from task_text template, so bars would look like following: Task 1 Task 1 Task 1
You can also trace onGanttScroll and somehow modify task content when scroll is done, but I can’t point a simple solution how to make task labels visible using it, this will require some research