Stack Panel Buttons Not Showing

Whats wrong with my panel?

Hello,

You forgot to define a dimension for the stackPanel :

columnStackPanel.width = "250px";
columnStackPanel.height = 1;

line : 58, 59