github-actions[bot] on develop
Bump Verify.NUnit from 19.7.0 t… Merge pull request #612 from Wi… (compare)
github-actions[bot] on nuget
dependabot[bot] on nuget
Bump Verify.NUnit from 19.7.0 t… (compare)
github-actions[bot] on nuget
github-actions[bot] on develop
Bump Verify.NUnit from 19.6.0 t… Merge pull request #611 from Wi… (compare)
dependabot[bot] on nuget
Bump Verify.NUnit from 19.6.0 t… (compare)
github-actions[bot] on nuget
github-actions[bot] on develop
Bump Orc.Controls from 5.0.0-al… Merge pull request #610 from Wi… (compare)
github-actions[bot] on nuget
github-actions[bot] on develop
Bump Orchestra.Shell.Ribbon.Flu… Merge pull request #609 from Wi… (compare)
Hi, I'm interested in FilterBuilder feature. I've tried to follow all the integration indication in the official website, but I've some problem. I've created a blanck wpf applicartion, installed the references ( Orc.FilterBuilder and Orc.FuilderBulder.xaml) and insered the control
<orc:FilterBuilderControl FilteredCollection="{Binding RawItems}" RawCollection="{Binding FilteredItems}" />
in my wpf application. When I start it I can see anything on ui, but the binding on the two collection seem to work (in debug if I put the mouse on RawItem element in UI there are elements).
I missing something? I've to install other packages?