【发布时间】:2015-09-05 05:03:29
【问题描述】:
我是 xamarin.forms 的新手,请帮助我了解如何在堆栈布局或框架中添加点击事件
<Frame Grid.Column="0" BackgroundColor="#ffffff" Grid.Row="0" HasShadow="true" OutlineColor = "Black">
</Frame>
<StackLayout Grid.Column="0" BackgroundColor="#313FA0" Grid.Row="0">
</StackLayout>
【问题讨论】:
标签: android ios xaml xamarin xamarin.forms