StrataFrame Forum

How can I change the Font of the data in the listview of the browsedialog control

http://forum.strataframe.net/Topic27492.aspx

By Jocelyn Dagrain - 6/19/2010

Bonjour

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

By Ivan George Borges - 6/21/2010

Though the standard RowPopulatingEventArgs are shown, the BD results is not actually a fully implemented SF ListView.  This is something that is already on the list as an enhancement request.
By Jocelyn Dagrain - 6/21/2010

thank you
By Ivan George Borges - 6/22/2010

You are welcome, Jocelyn. Wink