Loading image to Stackpanel
-
Hi! I've added a Scrollviewer(Horizontal) to my screen. Inside this scrollviewer I've added a stackpanel. I want to add images one after other into this stackpanel. How to add images to the stackpanel?
-
Hi! I've added a Scrollviewer(Horizontal) to my screen. Inside this scrollviewer I've added a stackpanel. I want to add images one after other into this stackpanel. How to add images to the stackpanel?
-
Abhinav S wrote: You can also consider other controls like a ViewBox[^] instead of a StackPanel Is it scrollable. I want horizontally scrollable pictures. For that I've added a Scrollviewer inside which I've added a StackPanel. Inside this StackPanel I've to add pictures and implement Horizontal Scrolling. Is this possible with ViewBox?
-
Abhinav S wrote: You can also consider other controls like a ViewBox[^] instead of a StackPanel Is it scrollable. I want horizontally scrollable pictures. For that I've added a Scrollviewer inside which I've added a StackPanel. Inside this StackPanel I've to add pictures and implement Horizontal Scrolling. Is this possible with ViewBox?