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