Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Insert panel control inside UltraListView (+BUG?)
posted

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

Parents
No Data
Reply
  • 69832
    Offline posted

    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.

Children
No Data