Sounds like you have a Button1 in your Designer Layout (Even if there was a Scrollview1 in there the initialize clobbers it, so it wouldn't have a parent). You are mixing and matching your Designer(LoadLayout) and handcoded layouts too since you have the scrollview initializing and the button not. If you are going to design anything I'd think it would be the scrollview then putting the button in by hand.