Ive created a DockPanel and some of its contents aren appearing. Whats going on?
DockPanel requires you specify its width and height through styling so it can determine how to layout its contents. (It can’t “size-to-fit” because of various issues with browsers like IE). You can either give the DockPanel a specific width or height e.g.