0
我試圖做一個塊,其中包含我想要在滾動查看器中實現的新聞。 該塊應該看起來像這樣:Windows Phone - 新聞塊
- 圖片在右上角的分辨率(分辨率:50 * 50);
文字與圖片一起包裹;
<ScrollViewer Grid.Row="1" x:Name="ContentRoot" Margin="20,0,20,0"> <StackPanel> <Button Width="Auto" Height="150"> /*Text and picture here like described before*/ </Button> <Button Width="Auto" Height="150"> /*Text and picture here like described before*/ </Button> </StackPanel> </ScrollViewer>
PS:我想只設計它,而不是試圖使功能應用。
有一個視覺例子嗎? –
有點像Android應用報刊亭: http://www.androidos.in/wp-content/uploads/2014/04/google-newsstand.png 當消息塊按鈕。 –