Skip to content

Commit fe1359a

Browse files
Changed the binding mode of IsOpenProperty from default(one-way) to two way.
1 parent 4056af6 commit fe1359a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/src/BottomSheet/SfBottomSheet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public partial class SfBottomSheet : SfView, IParentThemeElement
338338
typeof(bool),
339339
typeof(SfBottomSheet),
340340
false,
341-
BindingMode.Default,
341+
BindingMode.TwoWay,
342342
propertyChanged: OnIsOpenPropertyChanged);
343343

344344
// Appearance (continued)

0 commit comments

Comments
 (0)