Skip to content

CellLayoutMarginsFollowReadableWidth  #239

@lantona

Description

@lantona

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())}
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions