How can I create a line in a WinForms Application?

前端 未结 5 1890
花落未央
花落未央 2020-12-16 13:56

I want to create a simple 3D line in a WinForms application to improve visual arrangement of my form layout. This line is exacly like the line in About Windows dialog (can b

5条回答
  •  庸人自扰
    2020-12-16 14:41

    You can get a line separator effect by adding a Label and setting its text as underscores "_"

提交回复
热议问题