2017-07-10 76 views

回答

1

這不是很好解釋嗎?你把這些代碼:

public sealed class MyListBox:CheckedListBox 
{ 
    public MyListBox() 
    { 
     ItemHeight = 30; 
    } 
    public override int ItemHeight { get; set; } 
} 

進入一個new class file和你的設計師使用它(您可能需要清理&重建您的解決方案):

Toolbox

然後具有所需保證金:

margin

+0

已經通過面板解決了它,但仍然thx的答案 – Nikolas