-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TeachingTip customization des not work #10095
Comments
Although you should be able to override those values in resource dictionaries, changing them did not have any effect, and I got the same result as you. A work around would be to edit the template/style of the TeachingTip. It's a lot of code to change a few values, but it does work. Here is what I used to showcase a large grid in a TeachingTip. The values modified are needed in 2 Grids, one unnamed, and the TailOcclusionGrid. I changed them to MinWidth="100" MinHeight="100" MaxWidth="1500" MaxHeight="1500"
|
also meet the same bug. |
Hello @Skittles2519, Thank you for your suggestion. Yes, I see your solution as a temporary workaround. I wanted to avoid this for maintainability reasons, but it seems the unique solution for now. The problem that I am noticing is that also other styles in some components I am adding (DataGrid) to the TeachingTip are not applied. It seems a more general bug and I am wondering if this will be solved. 🤞 Best regards, |
Good morning,
I read the discussion [https://github.com//discussions/7811]
I am having the same issue and the suggested solution by @marcelwgn is not enough for me.
I need to customize the behavior of my TeachingTip giving it a different with in different sections.
I tried by setting the following in different pages but it did not work.
<x:Double x:Key="TeachingTipMaxWidth">900</x:Double>
The only place where this setting is applied is when I put it in the App.xaml, but this does not allow me to fulfil my needs.
This seems a bug.
Can any of you advice me on how to proceed? Do you have any workaround for this?
Thank you. Best regards,
The text was updated successfully, but these errors were encountered: