Windows.Forms.Panel 32767 size limit

前端 未结 4 1717
陌清茗
陌清茗 2020-11-30 14:01

I have an application that uses Windows.Forms.Panel to display a list of pictures. When the height of the panel exceeds 32767 pixels the rest of the content is

4条回答
  •  旧巷少年郎
    2020-11-30 14:47

    Why don't you add a scrollbar to your panel

    just set AutoScrollbar = true

    and just set the RightToLeft property to true.

提交回复
热议问题