当单击复选框旁边的标签时,.NET MAUI中是否有一种方法可以切换复选框的状态?例如:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MyApp.Views.Test"
Title="Test">
<HorizontalStackLayout>
<CheckBox />
<Label Text="Check this box" VerticalOptions="Center" />
</HorizontalStackLayout>
</ContentPage>
4条答案
按热度按时间sh7euo9m1#
基本上你需要这样做:
然后在您的虚拟机中,您只需:
其中IsChecked是一个应通知属性:
古德勒克
6vl6ewon2#
在xamarin文件中:
在代码后面:
gmxoilav3#
您可以像这样使用它,一个Label和一个CheckBox。
给予CheckBox命名。
然后对于标签点击
czfnxgou4#
//xmal函数
//xaml.cs