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?
 
Back
Top