i had a previous questions about how to read large blocks of data from about ~600mbs of log txt file information. along with searching through the file to find useful information
im wondering what is the best way/efficient way to display the data. previously for about ~1mb of log file data, i was using a listbox to display an string of 1 entry in the file. this would populate about 7000 listboxes entries for just 1mb of data. obviously i cant do this for the ~600mb log file.
i want the user to be able to "expand" one log entry and 'drill down' and see more details about the specific info/debug/error. i think because listbox is inherently array based by index, i need to use a different container to display info but still maintain the ability to select an entry and expand details