Click here to Skip to main content
15,918,808 members

Comments by Manoj_Baddi (Top 11 by date)

Manoj_Baddi 19-Feb-19 2:24am View    
Yes, I'm not passing scrollviewer's content. I'm passing the whole grid to this function(I'm passing this as dependency property of type FrameWorkElement). I need to export all the contents of the Grid(Not just scrollviewer).

I'll try this idea; Check every time if the Element is of type scrollviewer and the pass "Content" of scrollviewer to VisualBrush.
Manoj_Baddi 18-Sep-18 2:06am View    
I'm aware of the fact that we can parse thousands of lines within a second. But, searching each line and use necessary stuff will take time. I've been told that the file content may vary(Eg: Sometimes DataRecord section may be missing). So, I'll have to write something generic.

Thanks for the help though!
Manoj_Baddi 17-Sep-18 6:49am View    
My method is async. That's the reason I was using async file IO(I will change the same to ReadAllLines or ReadToEnd ). I'm not sure what kind of file this is.

Damn! scanning the whole file and searching will take loads of time. Anyways, thanks for the help, Richard!
Manoj_Baddi 9-Jun-17 5:07am View    
Thank you so much.I'll try this!
Manoj_Baddi 9-Jun-17 3:47am View    
I mean, they do inherit from Window class. But there is no parent-child relationship in my application.