문제

I have

   <!--Panorama item one-->
   <controls:PanoramaItem Header="Search">

   </controls:PanoramaItem>

and what I simply want to do, is dropping some TextBoxes etc. into it. But when I drop a Textbox (while the panorama item one-grid is selected), visual studio adds these form items outside the panorama pages, somewhere at the bottom of the XAML.

How can I add forms into the panorama item I decided them for?

도움이 되었습니까?

해결책

A grid. I needed to add a grid, to store all my elements inside.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top