WPF Control Like Asp.net's Datalist
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Can we have a custom control which works like our asp.net datalist control. Actually I want its repeatcolumn functionality. I had tried few things as below
Here ItemsControl which actually shows my bounded things in images and its parent control is WrapPanel which should wrap its inner control but i dont know what is wrong with this its not doing so. Help me out. thanks