I am tying to change the Font of the data in the listview of the browsedialog control
private void browseDialog1_RowPopulating(RowPopulatingEventArgs e) { e.Font = new Font("Tahoma", 12); }
Thank you