2013-10-14 41 views

回答

1

如果在列表框足夠的空間儘量格式 - >帶來的正面和分配事件

Private Sub MutantListbox_GotFocus() 

    MutantListbox.Height = MutantListbox.Height * 10 ' it waz 1 line become 10 

End Sub 

Private Sub MutantListbox_LostFocus() 

    MutantListbox.Height = MutantListbox.Height/10 ' it waz 10 line become 1 

End Sub 
+0

謝謝你,我沒有足夠的聲譽投你的答案,良好的工作 – user1921704

相關問題