添加内容
ListBox1.Items.Add('item1');
显示选中内容
ListBox1.Items[ListBox1.ItemIndex];
//修改行高
ListBox.ItemHeight := 18;
ListBox.Style := lbOwnerDrawFixed;
添加内容
ListBox1.Items.Add('item1');
显示选中内容
ListBox1.Items[ListBox1.ItemIndex];
//修改行高
ListBox.ItemHeight := 18;
ListBox.Style := lbOwnerDrawFixed;