How do I maintain a horizontal ImageEnMView with a single row of images. When an image is added to end of the row of images, rather than maintaining the single row and possibly going offscreen and invoking the horizontal scrollbar, the last image wraps around making the ImageEnMView consist of two rows. How can ImageEnMView support only horizontal scrolling and maintain a single row of thumbnails. Thanks in advance...
by setting ImageEnMView.Gridwidth = ImageEnMView.ImageCount i get a one line height ImageEnMView as desired. Problem is Thumbnails overlap horizontally. How can prevent thumbnails from overlapping ?