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
515
Where does the Appointment tooltip value come from?
posted

Hello again, I have a quick question regarding the value in the tooltip for an appointment in an XamScheduleView:

Where is this value coming from?  I can't seem to find it's definition anywhere, so I'm thinking it must be the default value - if so, could you provide the ControlTemplate definition?  I'd like to edit it a bit but I've been having problems with my attempts to define the tooltip template so far.

Thank you!

Parents
No Data
Reply
  • 54937
    Offline posted

    In the original versions up to an including the release of 11.2 you would need to retemplate the ActivityPresenter. This is discussed here. In one of the recent hotfixes (I believe around July 2011 and affecting 10.3 and later), this was changed so that it would be easier to change the tooltip template/content. As part of that we created a new element - ActivityToolTipInfoPresenter. So assuming you are using a version with that change (12.1 had it in the release version and for all others you would need to get a hotfix from July or later) you can get the default xaml we ship (within the DefaultStyles directory), take the style for that element and anything it references and modify it as needed.

Children