Click here to Skip to main content
15,885,186 members
Home / Discussions / WPF
   

WPF

 
QuestionHow would you create a virtual TextEditor? Pin
HerrGilbert10-Mar-15 8:04
professionalHerrGilbert10-Mar-15 8:04 
AnswerRe: How would you create a virtual TextEditor? Pin
Mycroft Holmes10-Mar-15 13:10
professionalMycroft Holmes10-Mar-15 13:10 
GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert10-Mar-15 13:47
professionalHerrGilbert10-Mar-15 13:47 
GeneralRe: How would you create a virtual TextEditor? Pin
Mycroft Holmes10-Mar-15 14:14
professionalMycroft Holmes10-Mar-15 14:14 
GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert10-Mar-15 20:07
professionalHerrGilbert10-Mar-15 20:07 
SuggestionRe: How would you create a virtual TextEditor? Pin
Richard Deeming11-Mar-15 3:09
mveRichard Deeming11-Mar-15 3:09 
GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert11-Mar-15 7:07
professionalHerrGilbert11-Mar-15 7:07 
AnswerRe: How would you create a virtual TextEditor? Pin
Philippe Mori19-Mar-15 7:06
Philippe Mori19-Mar-15 7:06 
For the scrolling, as soon as you have more than a thousand line or so, you won't be able to reach each line by using the scrollbar so making approximations might be enough...

Or you can divide the file into blocks of a few KB and keep some information like the number of lines in that block or the actual size on screen once the information is known. In practice, I think that using approximations and make adjustment as required later could be more than enough.

And you can probably buy already made editor component that works with big files.

Finally, if files are so large, even if technical problems are solved, it would still be hard to use in many scenarios.
Philippe Mori


modified 25-Mar-15 7:53am.

GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert25-Mar-15 0:19
professionalHerrGilbert25-Mar-15 0:19 
QuestionWPF Drawing an Image on a Rotated Canvas Pin
bontempi29-Mar-15 12:43
bontempi29-Mar-15 12:43 
QuestionRegarding WPF Pin
Member 1146122218-Feb-15 3:36
Member 1146122218-Feb-15 3:36 
AnswerRe: Regarding WPF Pin
Pete O'Hanlon18-Feb-15 4:44
mvePete O'Hanlon18-Feb-15 4:44 
AnswerRe: Regarding WPF Pin
Abhinav S21-Feb-15 18:03
Abhinav S21-Feb-15 18:03 
AnswerRe: Regarding WPF Pin
Subramanyam Shankar17-Mar-15 1:01
professionalSubramanyam Shankar17-Mar-15 1:01 
AnswerRe: Regarding WPF Pin
Elegantly Wasted24-Mar-15 23:06
Elegantly Wasted24-Mar-15 23:06 
QuestionChanging a Label Content of Page 2 from Page in WPF Pin
Vimalsoft(Pty) Ltd17-Feb-15 2:04
professionalVimalsoft(Pty) Ltd17-Feb-15 2:04 
QuestionHow to call from Nested UserControl another UserControl Pin
LAPEC16-Feb-15 10:44
LAPEC16-Feb-15 10:44 
Answer[REPOST]: How to call from Nested UserControl another UserControl Pin
Richard Deeming16-Feb-15 11:12
mveRichard Deeming16-Feb-15 11:12 
AnswerRe: How to call from Nested UserControl another UserControl Pin
Elegantly Wasted24-Mar-15 23:53
Elegantly Wasted24-Mar-15 23:53 
QuestionXamOutlookBar and XamDataTree. Pin
micromortu16-Feb-15 3:33
micromortu16-Feb-15 3:33 
QuestionHow to convert byte arrays to excel and download it in silverlight ? Pin
Member 1088301311-Feb-15 3:56
Member 1088301311-Feb-15 3:56 
AnswerRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Kenneth Haugland11-Feb-15 11:56
mvaKenneth Haugland11-Feb-15 11:56 
AnswerRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan11-Feb-15 21:45
mveRichard MacCutchan11-Feb-15 21:45 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
manchanx8-Mar-15 14:04
professionalmanchanx8-Mar-15 14:04 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan8-Mar-15 22:27
mveRichard MacCutchan8-Mar-15 22:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.