I must be missing something. In the designer and when the application runs, the column header row looks to be about 35px high. If I add "MessageBox.Show(myGridView.TableElement.TableHeaderHeight.ToString());" after InitializeComponent() runs, the message shows a value of 20. If I add "myGridView.TableElement.TableHeaderHeight = 20;" after InitializeComponent() runs, then the column header height looks like 20px. Am I missing something here?
Thank you,
Gary
Thank you,
Gary