como puedo agrandar el alto de la cabecera de las columnas en un ultraGrid en tiempo de ejecucion.
Hello,
You could this by:
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Bands[0].ColHeaderLines = 5; }
Please do not hesitate to contact me if you need any additional assistance.
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.