XP Look-n-Feel for DataGridBoolColumn (Posting Again)

P

Piyush Gupta

Hi All,

I am having a DataGrid in my windows application which contains a
DataGridColumn for displaying approvals. Even after
"Application.EnableVisualStyles();", application is displaying old windows
look-n-feel on Windows XP machine.

Apart from using Leadit Extended DataGrid, can somebody give me pointer to
have XP look-n-feel for the same?

Thanks & Regards,
Piyush Gupta
 
E

EllenSand

I believe this is a bug in EnableVisualStyles. A call to
Application.DoEvents() just after Application.EnableVisualStyles() may
solve your problem.
 
E

Ellen

I believe this is a bug in EnableVisualStyles. A call to
Application.DoEvents() just after Application.EnableVisualStyles() may
solve your problem.
 
E

elenaflorescu

I believe this is a bug in EnableVisualStyles. If you add
Application.DoEvents() just after Application.EnableVisualStyles() it
may solve your problem.
 
E

EllenSand

I believe this is a bug in EnableVisualStyles. A call to
Application.DoEvents() just after Application.EnableVisualStyles() may
solve your problem.
 
E

EllenSand

I believe this is a bug in EnableVisualStyles. A call to
Application.DoEvents() just after Application.EnableVisualStyles() may
solve your problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top