Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
XML
I using data grid to to create one comparison window.
Rows in the data grid will be like this --
clm1      clm2      clm3       clm4  ...  all decided in runtime
2d image 3d image histogram profile... all decided in runtime

Number of clmns/rows all dynamic...

Since there can be hundreds of row and indefinite clms I am using virtualization;.

Now my design is like when this window will be launched may 200 rows of data will be populated to the data grid at one go (each row memory can be of 50/100 mb each based on clms) --- So my plan is to keep the data’s in some cache file, and load it only when that particular row comes to view in data grid.

<big>So my doubt is how to identify which row is currently in view so that I can ask for the specific data from cache file.</big>
Posted
Updated 2-Jun-15 1:58am
v2
Comments
sambit216 3-Jun-15 3:19am    
Any help ????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900