1
I would like to implement a search field, and it filter the buttons and show only the filtered ones, in my case my buttons are inside a UniformGrid
. This search function is similar to Windos 8 Search. Accurate in WPF.
Take a look at the picture.
Putting the source code of how this behind that screen would help a lot.
– Danilo Breda
got it buddy! vlw! If you need it..
– Carlos Mansilha
Put the answer to how you did it
– PauloHDSousa
What I did was render the buttons again, passing only the collection of items I already had in memory.
– Carlos Mansilha