Is there a way in the UltraWinGrid to get the text from a cell to "spill" into the next cell if there is nothing in the next cell already?
In Excel, when there is nothing in the next cell, the text overflows into the next cell, and I need to duplicate this functionality.
Hi,
There's no built-in functionality in the grid to do this.
You might be able to achieve this using a CreationFilter or a DrawFilter, but I don't know of any samples of anything like that. It would be pretty tricky, I think.