WPF library similar to jQuery UI? -


are there wpf libraries similar jquery ui?

i sortable interaction:

enter image description here

and resizable interaction:

enter image description here

would great if these 2 interactions combined.

thanks.

the panels expander in wpf world, far can see. make them "sortable" need create custom panel works wrap panel , hosts expanders, , add drag , drop functionality. shouldn't hard do, haven't seen 1 around (at least in free / open-source components).


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -