Hi,
I can only bind 1 item even if I selected more than 1 item from my ListBox. Every time I select another item, my uniformGrid(gri d to display selected items) will only display the first selection not the other selected items.
My uniformGrid has 2 rows and 2 columns. I just want to fill them with my selected items(i.e. image) from my ListBox.
Problem Summary:
I just like to know how to fill any grid/uniformGrid/Stackpanel or whatever it takes to fill those item(i.e. image) selected from my listbox (SelectionMode= Multiple).
Thank You
I can only bind 1 item even if I selected more than 1 item from my ListBox. Every time I select another item, my uniformGrid(gri d to display selected items) will only display the first selection not the other selected items.
My uniformGrid has 2 rows and 2 columns. I just want to fill them with my selected items(i.e. image) from my ListBox.
Problem Summary:
I just like to know how to fill any grid/uniformGrid/Stackpanel or whatever it takes to fill those item(i.e. image) selected from my listbox (SelectionMode= Multiple).
Thank You
Comment