Resizing a Single Control In WinForms

后端 未结 5 946
Happy的楠姐
Happy的楠姐 2020-12-09 11:56

How might I design a UI in C#/WinForms which happens to contain several different control types such that only the ListView control gets resized if the user resizes the wind

5条回答
  •  悲&欢浪女
    2020-12-09 12:13

    What if we have multiple controls in the form?

    For example: If a form is used to generate some result in a grid with respect to the data entered in couple of text-boxes or combo-boxes, etc.; And we want them to resize/realign accordingly and not overlap each other (as it happens when using the dock-fill), especially with the grid-view or similar control in context. alt text

提交回复
热议问题