Skip to content
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

ScrollViewerAssist TreeView #3398

Open
jbooth88 opened this issue Dec 1, 2023 · 1 comment
Open

ScrollViewerAssist TreeView #3398

jbooth88 opened this issue Dec 1, 2023 · 1 comment

Comments

@jbooth88
Copy link

jbooth88 commented Dec 1, 2023

Bug explanation

I think the attached properties in MaterialDesignThemes.Wpf.ScrollViewerAssist do not apply to the TreeView control.

As an example, if I add the following code to the control template defined in MaterialDesignTreeView, setting IgnorePadding=False starts to have an effect:

wpf:ScrollViewerAssist.IgnorePadding="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(wpf:ScrollViewerAssist.IgnorePadding)}"

This might not be limited to TreeView? idk. MaterialDesignListBox doesn't appear to have them set in the control template either, so maybe this is by design?

Version

4.9

@jbooth88 jbooth88 added bug evaluation required Items is pending review or evaluation by the team labels Dec 1, 2023
@Keboo
Copy link
Member

Keboo commented Dec 2, 2023

This is likely just an oversight. It is difficult to keep up with all of the attached properties and making sure they are properly applied in all cases.

@Keboo Keboo removed the evaluation required Items is pending review or evaluation by the team label Dec 2, 2023
@Keboo Keboo added this to the 5.1.0 milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants