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
In a DataGrid with both buttons and text columns, adding buttons disrupts the vertical alignment of text in DataGridTextColumns, causing it to no longer be vertically centered. To fix this, I currently convert DataGridTextColumns into DataGridTemplateColumns with a TextBlock and set the VerticalAlignment there. Is there an easier way to resolve this issue without transforming each column
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a DataGrid with both buttons and text columns, adding buttons disrupts the vertical alignment of text in DataGridTextColumns, causing it to no longer be vertically centered. To fix this, I currently convert DataGridTextColumns into DataGridTemplateColumns with a TextBlock and set the VerticalAlignment there. Is there an easier way to resolve this issue without transforming each column
Beta Was this translation helpful? Give feedback.
All reactions