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

TreeDataGridRow Binding Error #226

Open
liufei134 opened this issue Oct 12, 2023 · 1 comment
Open

TreeDataGridRow Binding Error #226

liufei134 opened this issue Oct 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@liufei134
Copy link

The property IsVisible binding of TreeDataGridRow does not work,
Here is the code
<Style Selector="TreeDataGridRow"> <Setter Property="IsVisible" Value="{Binding (interfaces:IDataNode).IsDisplay,DataType={x:Type interfaces:IDataNode}}"></Setter> </Style>

When I modify the value of IsDisplay, TreeDataGridRow is not hidden, perhaps

@liufei134 liufei134 added the bug Something isn't working label Oct 12, 2023
@timunie
Copy link

timunie commented Oct 12, 2023

DataType in Binding is not supported. Also this issue is in the wrong repo, if it is even an issue. Will move it under TreeDataGrid

@timunie timunie transferred this issue from AvaloniaUI/Avalonia Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants