Normal
Another suggestion would be:Try to inherit from the Facade Control to make yourself a customized GUI Control. I am not 100% sure what you are trying to accomplish, but directly adding items to the Window is "bad style". Better design your own control, add this to the window using a XML file and add you items to the control. Seperate Data Logic from Display Logic. (So reading up on OO, App Design etc. is not a bad thing ;-) )
Another suggestion would be:
Try to inherit from the Facade Control to make yourself a customized GUI Control. I am not 100% sure what you are trying to accomplish, but directly adding items to the Window is "bad style". Better design your own control, add this to the window using a XML file and add you items to the control. Seperate Data Logic from Display Logic. (So reading up on OO, App Design etc. is not a bad thing ;-) )