Xamarin.iOS Documentation | ComponentOne
Controls / FlexGrid / Features / Material Theme
In This Topic
    Material Theme
    In This Topic

    From 2018v3 onwards, the default appearance of FlexGrid has changed to the material design pattern. So, for users using 2018v3 or beyond, FlexGrid appears as follows.

    In order to revert to the classic style which was there until 2018v2, use the following code:

    C#
    Copy Code
    Grid.Style = GridStyle.Classic;
    

    We have also added following features to support the material design in the FlexGrid control: