Hi
I've got a Popupcontainercontrol that I'm using within the editor of a grid. I put a layoutcontrol within the container, and then put a few buttons and textedits in it. However, suddenly, I can't see the control at design time. It's there to select in VS2005's Properties toolbox, so I can modify its various properties, but I can't see it to be able to drag more controls onto it for example.
It's not a "Bring to Front" issue, I've changed the size/location etc using the Properties window, but I just can't see it. Its borders are not highlighted when I select the control in the Properties listbox like one would expect. It's just completely invisible at design time. At run time, it works exactly like it's supposed to.
As a test, I even deleted all the remaining controls on my XtraForm to no avail. The PopupContainerControl still exists, but remains lost somewhere.
This is probably the 2nd or 3rd time I'm noticing such a thing when using DevExpress controls (not just popupcontainercontrol) - does anyone else have this problem? Any idea how to solve it? A workaround is to create another popupcontainercontrol and migrate all the designer code for my previous popupcontainercontrol to the new one, but that's messy and not really a solution.
Perhaps it's an XtraForm problem?
I can't really reproduce the problem as it's a random occurrence. I've tried closing and reopening Visual Studio and the solution etc.
Any help will be much appreciated - the control itself is great but this is getting a little frustrating!