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
1070
Update existing ListView Item
posted

Hi everybody,

is there a way to update the Main- and Sub-Column values of an existing ListView Item?

Thanks a lot!

Nolde

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    Yes, UltraListViewItem and UltraListViewSubItem both expose a settable Value property. The main column corresponds to the UltraListViewItem's Value, and the value for a given column corresponds to that column's sub-item value.

Children