ultimatelistctrl select cell

How to select individual cells in ultimatelistctrl?

Hi,

How to select individual cells in ultimatelistctrl?

If you are talking about UltimateListCtrl in report view, there is
currently no way to do that, except for the item in the first column
when using the ULC_NO_FULL_ROW_SELECT flag in the agwStyle parameter
on the UltimateListCtrl constructor.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #

ยทยทยท

On 19 December 2012 11:12, Rashad wrote: