Re: Win32Lib; Control; Dropdown; Index and data?

new topic     » goto parent     » topic index » view thread      » older message » newer message

ZNorQ wrote:

> Can I use the UserProperty code for ListView too, meaning for each
> individual field in a list of items in a ListView?

I'm not sure if I understand the question.

A User Property is associated with a control's ID. You can define any number of
properties for any of the controls.

So if you have a ListView called 'LV', for example, you can define a property
for each column (field?) like this ...

  defineUserProperty(LV, "Column 1", 0)
  defineUserProperty(LV, "Column 2", 0)
  defineUserProperty(LV, "Column 3", 0)
  . . .
  defineUserProperty(LV, "Column N", 0)

But I'm not sure why you would need to do that. What did you have in mind?

-- 
Derek Parnell
Melbourne, Australia
Skype name: derek.j.parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu