看板 Visual_Basic 關於我們 聯絡資訊
請問lisbox每增加一筆資料以後 他的捲軸會跟著往下跑.... 這個是在他屬性設定就可以了嗎 還是需要寫語法呢 THANKS -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.169.158.42
MrOrz:沒聽過這種屬性說,select最後一項再deselect吧。 04/19 16:09
fumizuki:List1.TopIndex = List1.Count - 1 04/19 22:14
fumizuki:List1.TopIndex = List1.ListCount - 1 (更正) 04/19 22:14
parrotot:THANKS 04/20 12:15