I have a listview user control that I attach to an ultra tab at run time. There is an option to change the ultraviewstyle (thumbnails, tiles, etc). This all works fine except when the form to which the control is parented is in a maximized state. When maximized and the ultraviewstyle is changed, the view does not change until the form is no-longer maximized and it refreshes automatically. I tried manually refreshing the parent form - (baseListView:PARENT:Refresh() - but that did not work. Any help would be appreciated.
I have never seen anything like this so if you can attach a sample project we can take a look at let you know what's going on.