wpf screen scrolling
-
Hi all, I am just beginning out with wpf, so sorry for what is probably an easy question! The reason for my interest in wpf is that I have an application that I need to run on several pcs with different resolutions. What I would like to do is have an area in the app with several buttons on. I want the area to be callable with several 'pages' - similar to using tabs, but I would scroll from left to right through the pages. Each page may have 10 - 20 buttons on it, which will be dynamically positioned on startup, and will resize depending on the resolution of the screen. Any suggestions on how to do this? Thanks very much in advance
-
Hi all, I am just beginning out with wpf, so sorry for what is probably an easy question! The reason for my interest in wpf is that I have an application that I need to run on several pcs with different resolutions. What I would like to do is have an area in the app with several buttons on. I want the area to be callable with several 'pages' - similar to using tabs, but I would scroll from left to right through the pages. Each page may have 10 - 20 buttons on it, which will be dynamically positioned on startup, and will resize depending on the resolution of the screen. Any suggestions on how to do this? Thanks very much in advance
I think, you can make use of the layout controls to place your buttons ....
-
I think, you can make use of the layout controls to place your buttons ....