D
Daisy
I'm writing a NewsReader (seemed like a decent project to start learning
with), and want threading like in OE.
I've got a treeview and a listview. On Expand/Contract on the listview, I
spin through the nodes checking .IsVisible, and those that are visible, I
take the info I need (posted name / date) out of the .Tag (is there a better
place to put this?), and add them to the listview.
For now, it loops from the top, though it might be possible to just do the
node that was expanded/contracted, and just remove/insert rows to the
listview.
Anyways, just wanted to know if this is an acceptable way, you all know how
many posts might be available in a newsgroup, would this get bogged down
(both as it is now, and if I just analysed the changed node), and are there
any better ways?
Many thanks,
with), and want threading like in OE.
I've got a treeview and a listview. On Expand/Contract on the listview, I
spin through the nodes checking .IsVisible, and those that are visible, I
take the info I need (posted name / date) out of the .Tag (is there a better
place to put this?), and add them to the listview.
For now, it loops from the top, though it might be possible to just do the
node that was expanded/contracted, and just remove/insert rows to the
listview.
Anyways, just wanted to know if this is an acceptable way, you all know how
many posts might be available in a newsgroup, would this get bogged down
(both as it is now, and if I just analysed the changed node), and are there
any better ways?
Many thanks,