github-actions[bot] on nuget
github-actions[bot] on develop
Bump Verify.NUnit from 19.8.2 t… Merge pull request #618 from Wi… (compare)
dependabot[bot] on nuget
Bump Verify.NUnit from 19.8.2 t… (compare)
github-actions[bot] on develop
Bump Verify.NUnit from 19.8.1 t… Merge pull request #617 from Wi… (compare)
github-actions[bot] on nuget
dependabot[bot] on nuget
Bump Verify.NUnit from 19.8.1 t… (compare)
github-actions[bot] on nuget
github-actions[bot] on develop
Bump Verify.NUnit from 19.8.0 t… Merge pull request #616 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?