You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datagrid is overlapping and streching towards right side in maui 9.0 and using uraniumui and material 2.11.0 version. as screenshot attached it has 5 coulmns but not all visible on the screen
datagridcolumn does not have padding property exposed so that I can decrease it
Did you get a chance to look into this issue ?, this is one of the blocker for my app to go live, so please review and let me know if you need more details
Datagrid is overlapping and streching towards right side in maui 9.0 and using uraniumui and material 2.11.0 version. as screenshot attached it has 5 coulmns but not all visible on the screen
datagridcolumn does not have padding property exposed so that I can decrease it
material:DataGrid.Columns
<material:DataGridColumn ValueBinding="{Binding Month}" Title="Month"/>
<material:DataGridColumn ValueBinding="{Binding Principal}" Title="Principle"/>
<material:DataGridColumn ValueBinding="{Binding Interest}" Title="Interest"/>
<material:DataGridColumn ValueBinding="{Binding TotalPayment}" Title="Total Payment"/>
<material:DataGridColumn ValueBinding="{Binding Balance}" Title="Balance"/>
</material:DataGrid.Columns>
The text was updated successfully, but these errors were encountered: