Hi,
I want to display a tooltip with information about the task when the user rolls over a task in the grid. How would I go about doing so?
Thanks
Hello clgroce,
I believe that this functionality is by default handled by the WinGanttView control. Isnt it? Or you might want to customize this tooltip? You could use our 'UltraToolTipManager' component, check if the UI element, in 'MouseEnterElement' is a TaskUIElement, if so show the tooltip, else hide it.
Please do not hesitate to ask if something comes up.
As far as I can tell, the cotrol only handles the tool tip for a task bar in the chart. I want a tool tip for when the mouse rolls over a task in the grid on the left. I tried using the ultratooltipmanager, and I checked whether or not the element is a taskuielement and if it is then showToolTip, but I can't seem to get that to work either.