c# - Centring column header text in dataGridView -


i have small problem, when center text in column in datagridview this

datagridview1.colmnheadersdefaultstyle.alignment = datagridviewcontentalignment.bottomcenter; 

some times can see strange tendency pull text left side cell.

enter image description here

like on image, appreciate if can me small , annoying problem ;)

if columns sortable, there place on right sort arrows.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -