Hello,I have a UltraListView (in a detailed view).When clicking on a row, I want to open, below this row, an editing panel (for edit the selected row).(The editing panel will appear between the lines)Is this possible?
Another issue I found, is that I CAN'T change the font size of subitem. I write: > sublvi2.Appearance.FontData.SizeInPoints = 8; > sublvi2.Appearance.ForeColor = Color.Red;but it didn't changed. (only the forecolor changed but not the size).
Thanks in advance,t2a
There is no way to get spacing between the items, so you would have to do something like show the panel in a top-level form over the items that appear below the one being edited
Sub-item font sizes are not intentionally not applied because the item size is determined by the item's font, and it would not be possible to support disparate font sizes on items and sub-items that appear in the same row.