WPF Image Gallery

前端 未结 3 1630
隐瞒了意图╮
隐瞒了意图╮ 2021-02-06 09:28

I\'m going to be driving a touch-screen application (not a web app) that needs to present groups of images to users. The desire is to present a 3x3 grid of images with a page f

3条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 09:41

    You can use simple ListBox control and customize its ItemsPanel template and add WrapPanel in it. WrapPanel puts items in a Horizontal Tiling layout, where you can set its max width to incorporate 3 items in one row and it will create more rows for 3 items till last one fills.

提交回复
热议问题