S
S
Stels0072019-04-10 23:22:29
Layouts and prototypes
Stels007, 2019-04-10 23:22:29

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

2 answer(s)
D
Dmitry Bashinsky, 2019-04-10
@BashkaMen

FlowLayoutPanel
https://www.youtube.com/watch?v=DJX6WgvOgk0

N
Nikita Yudin, 2019-04-11
@NikitaNike

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 question

Ask a Question

731 491 924 answers to any question