Answer the question
In order to leave comments, you need to log in
C# How to beautifully design an interface?
Hello! My question is: What tools, techniques, or libraries are there that will allow you to create a beautiful interface in Visual Studio in C#? Suppose, on any site for content that does not fit on the page, there is a scroll, so how can you make the same content scroll in the program interface? Not scrolling the text area, but in general on the form. I have both pictures and text on Form1 that do not all fit on the selected form. How to make it all scroll down like on the site?
Ps Web form is unlikely to suit me, since I need a full-fledged desktop application that will run from the desktop, and not using the browser.
Pss And yet I repeat ... Maybe there are libraries or articles for such development? In fact, in my program, text, graphic and video information will simply be presented, and I need to place it as if I were writing an HTML page.
Answer the question
In order to leave comments, you need to log in
FlowLayoutPanel
https://www.youtube.com/watch?v=DJX6WgvOgk0
Are you using Windows Form? For your task, it makes sense to switch to WPF, which will allow you to build a more beautiful and modern interface.
To enable scrolling on the form, set the AutoScroll property to true.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question