Open GuyFlorent opened 2 months ago
DataGrid doesn't include any scroll logic itself. You can put it inside a ScrollView
<ScrollView>
<material:DataGrid>
<!-- ... -->
</material:DataGrid>
</ScrollView>
I should have set the Orientation property in the ScrollView. I've deleted that question.
I have just implement to my project, evrythin's ok with data but impossible to scroll vertically or horizontally