Is it possible to hide headers in UltraListView?
Thanks,
Ruslan
You could use the IUIElementCreationFilter interface to prevent them from displaying, but the area in which they appear will still be unavailable to the items, so you will have dead space above the item container. If you like you can visit http://devcenter.infragistics.com/Protected/RequestFeature.aspx and submit a request for the ability to hide the headers via the public object model.