|
-
October 2nd, 2018, 07:25 AM
#16
Re: FileSystemWatcher .Path string
 Originally Posted by Arjay
There a a few approaches. One is you bind the ui list to your underlying list collection. The the click can access the current item in the list. If you aren't binding, then when you insert the ui list rows from the list collection, add a tag with the index to the current list position. When a click occurs, retrieve the tag value and use it to retrieve the item.
Sounds like binding the ui list to the collection is the more concise approach. I've done some binding of data before, but I don't know if it's what you're referring to.
This topic has sort of deviated from the original title...should it be moved into a new thread to accommodate the new topic of interest?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|