Hi,
just wondering how to disable the resizing of the height of row headers? Found settings to prevent users from changing the width of columns and height of rows but none for row headers? Thanks for any hint...
Moderators: Phil Wright, Chris Porter
dataGridView.AllowUserToResizeRows = false;Chris Porter wrote:Can you access the KryptonDataGridView1.DataGridView.ColumnHeadersHeightSizeMode property?
Private Sub DGV_ColumnHeadersHeightChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DGV.ColumnHeadersHeightChanged
On Error Resume Next
Me.DGV.ColumnHeadersHeight = 23
End SubUsers browsing this forum: Google [Bot] and 0 guests