のデータオブジェクトをMvxBindableListView
にバインドするために使用しています。行に使用しているレイアウトにはいくつかのがあります。これらのそれぞれのプロパティをデータオブジェクトのプロパティに正常にバインドしていますが、そのプロパティがMono For Androidに存在しないため、バインドできないことがわかりました。代わりに、このメソッドを使用します。では、どうすればデータオブジェクトプロパティをメソッドにバインドできますか?!以下は私が使おうとしたコードです:List<>
ListView
TextView
Text
TextColor
TextView
SetTextColor()
<TextView
android:id="@+id/MyValueTextView"
android:layout_width="50dp"
android:layout_height="20dp"
android:layout_gravity="right"
android:gravity="center_vertical|right"
android:textSize="12sp"
local:MvxBind="
{
'Text':{'Path':'MyValue','Converter':'MyValueConverter'},
'TextColor':{'Path':'MyOtherValue','Converter':'MyOtherConverter'}
}" />