0

Hello pplwould like to know if we can do a panel like this in WPF.

https://i.stack.imgur.com/rcSWG.png

Where I sent a list item for the usercontrol, and after that the control showed items that were possible, and if more it shows the next and previous buttons. In windows forms I have. Now wpf in that complicated. I can not show items as monitor size user even knowing how many are being presented, he puts her items and then can not do paging. Can you help me?

Cumps

LPL
  • 16,827
  • 6
  • 51
  • 95
Jon Tril
  • 11
  • 1
  • 3
  • A bit vulgar http://www.urbandictionary.com/define.php?term=cumps – dotcomslashnet Mar 19 '13 at 14:28
  • From what i understand you could use a datatemplate to show all the items you have in your list. Something like this http://wpftutorial.net/DataTemplates.html – Landvis Mar 19 '13 at 14:30
  • Or maybe something more in the lines of this http://stackoverflow.com/questions/8308903/itemscontrol-datatemplate-items-showing-side-by-side – Landvis Mar 19 '13 at 14:41

1 Answers1

0

You could have a horizontal StackPanel in the grid and scroll the StackPanel with two buttons.

Dilshod
  • 3,189
  • 3
  • 36
  • 67