BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
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; }