2012-08-17 67 views
1

動態地創建自定義按鈕我有代碼按鈕控制,代碼WP7

Button> 
       <Button.Content> 

         <StackPanel Orientation='Horizontal' > 
          <TextBlock Text='{Binding ramDay, Mode=TwoWay}' Margin='0,-18,0,0' Style='{StaticResource PhoneTextTitle1Style}'/> 
         <TextBlock Text='{Binding enDay, Mode=TwoWay}' Margin='15,10,0,0' Style='{StaticResource PhoneTextTitle2Style}'/> 

        </StackPanel> 

       </Button.Content> 
      </Button> 

,但我想創造儘可能多的按鈕爲用戶想用文本框爲用戶的不同值想讓他們。但我無法找到任何方式,請幫助我。 謝謝

回答

2

通過使用此代碼在那裏創建一個custom user control項目。之後在代碼中的mainPage中,將userControl動態添加到用戶界面中的for-loop或任何其他適合您的情況的方法中。