更改RelativeLayout的常量值

时间:2018-08-29 12:12:34

标签: xamarin.forms

我在Text.findOneAndUpdate( { "_id": textId, "sentences._id": updatedSentenceId }, { "$set": { "sentences.$": updatedSentence } }, function(err,doc) { } ); 中有一个TableView

RelativeLayout

我需要在210(纵向设备方向)和500(横向设备方向)之间切换TableView HeightConstraint的Constant值。

谢谢

1 个答案:

答案 0 :(得分:1)

通过使用“ DynamicResource”,我在我的应用程序中的操作几乎相同。 您可以在XAML中定义它们,并在运行时在C#中的Page codebehind文件中更改值。

但是,现在有一个接缝是一个更好的解决方案,请看一下: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual-state-manager