Can I used a template to title a winform's list view like one can in WPF? I really do not want to place a label above a list view just to give it a title when I should be able to do that with a template applied to the list view itself..
No, UltraListView is based on the Windows Forms ListView which does not support that behavior.