Application in which images are inserted into selected Uniform Grid cells
-
Hi. :) I want to be able to drag an image from an image control and place them into a chosen cell of a uniform grid (regardless of their sequential position in the grid) - and then I want that image to be inserted into that cell (all this should happen in runtime). Problem is that uniform grids insist (correct me if im wrong) that the cell contents are inserted sequentially. Any ways around this little problem? Thanks :-D
-
Hi. :) I want to be able to drag an image from an image control and place them into a chosen cell of a uniform grid (regardless of their sequential position in the grid) - and then I want that image to be inserted into that cell (all this should happen in runtime). Problem is that uniform grids insist (correct me if im wrong) that the cell contents are inserted sequentially. Any ways around this little problem? Thanks :-D
Is there a reason that you can't use a regular Grid for your scenario?
Blog: http://windowsclientdevelopment.spaces.live.com FAQs: http://windowspresentationfoundation.wikispaces.com http://windowsmobile.wikispaces.com http://vsto.wikispaces.com
-
Is there a reason that you can't use a regular Grid for your scenario?
Blog: http://windowsclientdevelopment.spaces.live.com FAQs: http://windowspresentationfoundation.wikispaces.com http://windowsmobile.wikispaces.com http://vsto.wikispaces.com