문제

I'm using a checked combobox reprository item for my gridview, and i add multiple words into cell use by checkedcombobox. I want to autoresize the row cell height to show all content.

working with winform

도움이 되었습니까?

해결책

You will have to handle the gridview's CalcRowHeight event and set the height you want in there.

You also may have to handle the CustomColumnDisplayText so that your cell has values put one below another.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top