New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.private void ListBox1_Paint(object sender, PaintEventArgs e) { //unsubcribe to the event so it is only done once this.ListBox1.Paint -= new PaintEventHandler(ListBox1_Paint); this.ListBox1.Grid.Rows.DefaultSize = 50; }