C# 1.1 Windows form GridColumnStyles question

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# 1.1 Windows Form application, I use the DataGridTableStyle for
formatting the DataGrid's GridColumnStyles.
However, I don't know how to sepearate the Header and the Item's style.
Would someone give me some advice?
Thanks for help.


Jason
 
Jason Huang said:
Hi,

In my C# 1.1 Windows Form application, I use the DataGridTableStyle for
formatting the DataGrid's GridColumnStyles.
However, I don't know how to sepearate the Header and the Item's style.
Would someone give me some advice?
Thanks for help.


Jason

Your question isn't really clear. What do you mean by separate the header
and item style?

Can you give an example of what you're seeing and how that differs from what
you want to see?
 

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

Back
Top