G 
		
								
				
				
			
		Guest
Hello
I've implemented a ListView in an C# CF application so that it shows me the files present in a directory. It shows them using the List option of View under Appearence. Because I need to know the dates in which those files have been created/edited I thought the details view would be more helpfull. But when I select that as view my form remains empty. Strange thing is that it does create a scrollbar at running time as if it knows the number of files wont fit in one screen... Anyone encountered this problem and knows a solution for it ? Btw all other views do work (like SmallIcon and LargeIcon and List even though the first two arent very readable)...
				
			I've implemented a ListView in an C# CF application so that it shows me the files present in a directory. It shows them using the List option of View under Appearence. Because I need to know the dates in which those files have been created/edited I thought the details view would be more helpfull. But when I select that as view my form remains empty. Strange thing is that it does create a scrollbar at running time as if it knows the number of files wont fit in one screen... Anyone encountered this problem and knows a solution for it ? Btw all other views do work (like SmallIcon and LargeIcon and List even though the first two arent very readable)...
	
 I'd like to create columns like the ones u see in Windows giving extra info about the file, like file length and date...