Hi allI am using Infragistics 9.2 and I am trying to build upa UltraListView without Header of MainColumn.The UltraListView has only the MainColumn.Does anybody knows how to hide this Header ?Thanks & best regardsFrank Uray
You can't hide the MainColumn, although you can make it behave like any other sub-item column by disallowing editing for that column. You might also want to set UltraListView.ViewSettingsDetails.FullRowSelect to true so that the whole "row" depicts selection, and not just the text in the main column.
Hi BrianThanks for your answer.What do you think, is it possible to set the hight of the column header ?If yes, I could set this hight to 0 ... :-)I dont really know what you mean with:"disallowing editing" ??Thanks and best regardsFrank Uray