How can I get a vertical scrollbar in my ListBox?

后端 未结 7 1849
执念已碎
执念已碎 2020-12-13 16:55

In the example below I have a ListBox with dozens of font names in it.

I would have thought it would automatically have a vertical scrollbar on it so that you can se

7条回答
  •  执念已碎
    2020-12-13 17:35

    Scroll Bar is added to the List box automatically unless its visibility is set to Hidden. Whenever the size of List Items exceeds the one, which can be shown inside a list box vertical or horizontal list box can be seen during the run time.

提交回复
热议问题