Hi,
I apologize if this is a repost, I did not see a thread already containing it.
What I'd like to do is to create a window with no borders, and with no header. Basically when I'm retrieving data, I'd like to show a screen that notifies the user that the application is working. Once the data has been obtained, I'll simply close the window.
After playing around with the examples and poking around at the control itself, I can set the border thickness = 0, but I can't get rid of the header. Even if no text is supplied, the blank header section still shows (unlike winforms).
I'm hoping I just missed something minor, any help would be appreciated.
Thanks in advance,
Craig