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
725
Calendar tooltip size
posted

Hello,

Is there a way to change the calendar tooltip? I'm using it for the first time, but the info of the appointments are chopped into many lines... I'm sending you an image to see what I mean.

Thank you

Parents
  • 69832
    Suggested Answer
    Offline posted

    There is no way to change the tooltip, but you can set the TipStyleActivity property to 'None', which will switch them off altogether, and then use the control's MouseEnterElement event to show a custom tooltip (i.e., use the .NET ToolTip component, or our UltraToolTipManager component). Note that you can also use the MouseLeaveElement event to hide them

Reply Children