Anyone use 10Tec's iGrid Control ?
If so .... can someone tell me the property to allow wordwrap on the column header text ?!?!
You'd think this would be a simple one, but I can't find it for love nor money.
Even more annoyingly is that in the "Customizing iGrid Header" demo theres a checkbox for Wordwrap !!!!!
Re: Anyone use 10Tec's iGrid Control ?
Found it !
Its
VB Code:
.ColHeaderTextFlags(x) = igTextWordBreak
Re: Anyone use 10Tec's iGrid Control ?
On another note .. i am trying to set up a treview style approach and need some help.
Anyone used this control and can help me out a bit ?