Hi,
I created a columnSet with two columns in an ultrawintree, but I have not been able to figure out how to hide the column headers. I just want to display the cell content without a top header. I looked throughout all properties of the columsettings and columset but I was not able to find a place to turn off these headers. Basically I'm looking for a property similar to the utragrid band.ColHeadersVisible property or any other way to accomplish this.
Please let me know if you any ideas. Any help is very much appreciated.
Thanks,
Danny
Hello Danny, You can use LablePosition property set to None. Please take a look at the online documentation here:http://help.infragistics.com//NetAdvantage/WinForms/2009.2/CLR2.0/?page=Infragistics2.Win.UltraWinTree.v9.2~Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.htmlI hope this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Hello,
What would be current link to this solution?
Thank You
Here's an updated link.
I'm trying to hide just one column header and with LabelPosition to NONE on the LayoutInfo property of my UltraTreeNodeColumn, it works.
But......there is a shift to the left columns...
How can I hide this column without having a shift?
I don't understand what you mean. What, exactly, is shifting? And what is the behavior you want. Could use maybe post some screen shots or a sample project so I can see what you are referring to?