문제

Is it possible to have multiple (CheckBox or TextBox) cells inside a cell in a DataGridView?

If so, how would you begin to do this?

If this is not possible, what's the best way to separate multiple sections of text within one cell?

도움이 되었습니까?

해결책

at least 1 way is create a usercontrol with a textbox with other control like another textbox and then add it,take a look at this article in msdn - http://social.msdn.microsoft.com/Forums/windows/en-US/c28399bb-9d50-4a1e-b671-3dbaebb5cc69/multiple-controls-in-a-single-datagridview-cell Here you go glimpse,glad i could help.

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