MonoTouch.Dialog
MonoTouch.Dialog copied to clipboard
CellLayoutMarginsFollowReadableWidth
I have a
dialogviewcontroller
with multiple subroots. I want to set the cell margins as they were before ios9.
I have set the following
this.TableView.CellLayoutMarginsFollowReadableWidth = false;
but it works only for the** fisrst level**
in the following example how can I set it for each rootelement?
return new RootElement ("Login_settings".Translate()){
new Section ("ExecutionProfile".Translate()){
new ESRootElement("SettingsForm_HomeFormConfig".Translate()){
GetHomeFormElements()
},
new ESRootElement("Map".Translate()){
new Section(){
new ESBooleanElement("ShowWeatherOnMap".Translate())}
}
}