如何在xamarin.forms中为WPF添加工具提示

时间:2019-05-18 04:31:30

标签: wpf xamarin.forms tooltip

我正在使用xamarin。为我的应用程序创建WPF,在这里我必须添加一个带有一些stacklayout按钮的工具提示。

 <ScrollView Orientation="Vertical" VerticalOptions="FillAndExpand" >
                        <StackLayout Padding="7" " HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
                           <StackLayout.ToolTip>// I need to add a tooltip here
                        </StackLayout>
                    </ScrollView>

在xamarin.forms WPF中有什么方法可以做到这一点。

0 个答案:

没有答案
相关问题