Scrollable TextBox with large text

Hi
I am using a TextBox in my windows phone silverlight app. My requirement is to put a really large text in that textbox. in that case I want that to be scrollable. So I have put that in a ScrollViewer. But my text is clipped after a particular level.
Please help me.
Thanks in advance.

Hi rkarti,
In my mind, it may be caused by the TextBox.MaxLength Property.
If the user pastes text or enters text using the keyboard into the textbox that causes the number of characters to exceed
MaxLength, then the last characters in the textbox are deleted.
For more information, please try to refer to this article:
https://msdn.microsoft.com/en-us/library/windows/apps/system.windows.controls.textbox.maxlength(v=vs.95).aspx .
So if you have used this TextBox.MaxLength Property, please try to set it to a larger value.
If the above information can not solve your problem, please try to post your code in here.
Best Regards,
Amy Peng
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Searching with large text

    Greetings,
    We are evaluating Oracle 10g specifically for its Oracle Text functionality and are having a difficult time trying to figure out how to use large text for searching.
    Specifically, we have a table containing large, full-text descriptions that we wish to find using smaller abstracts. Our full-text may be anywhere from ten thousand to a hundred thousand characters in length. Our abstracts tend to be much smaller; in the five hundred character range.
    We wish to use these smaller, five hundred character abstracts to locate documents that may be related based solely upon common keywords. We will eventually get into concept matching, but for now we simply wish to find document matches based upon keywords. This query is quite similar to ORing every term in the abstract and performing a CONTAINS query, but should hopefully be less clunky.
    SQL Server allows us to do this quite simply by performing a freetext search. We plug our abstract into the search algorithm and receive a listing of documents that it deemed to be similar.
    Does Oracle Text provide a similar functionality and, if so, can someone point me in the right direction?
    Many thanks,
    Kirk

    We are currently using a tool mandated by our client to cluster documents and perform concept (theme) based searching. This tool does not, however, perform keyword searching. We are looking to supplement its results with keyword search results from, say, Oracle Text or SQL Server (or Google or any of 100 other keyword search capable tools on the market).
    We already have a working prototype that uses SQL Server. Using fulltext keyword matching, it accepts an abstract and returns to us all of the documents that mostly closely match. We would like to also perform this test in Oracle Text, however, we are unable to figure out how to make Oracle accept a large text for searching without significant reformatting.
    For example, say my text is "Four score and seven years ago". In SQL Server, I am able to pass this in, as is, and it will return to me the Gettysburg Address as its highest ranking match.
    With Oracle Text, I was able to produce similar results, but I had to reformat the query string to "$Four$|score$|and$|seven$|years$|ago". I am looking for a way to pass in "Four score and seven years ago" without having to perform any gyrations on the text.
    Thanks,
    Kirk

  • Cell with large text keep getting bigger?

    I'm an experienced Excel user. Please see my attatchement. I want it the way excel handles large text.
    Number just keeps adjusting the cell height.
    I want my text in one simple straight line as in Excel.
    How can I accomplish this?
    Image upload not working. Here is the link:
    PHOTO: http://puu.sh/exSn9/154ae4def0.png

    Hi giorgioj,
    With a table selected, go to Format Panel > Text
    Alignment > Wrap text in cell (and turn it off).
    Regards,
    Ian.

  • How do you set mozilla firefox with large text?

    When I try to customize my page I only see medium text. I need large text.

    Hello,
    In Firefox, :
    #tap on the three bar menu at the top right of the screen
    #tap settings
    #tap display
    #tap text size
    In there, tap on the bigger "a" to make the text bigger in Firefox, as in the example above it.

  • Blue screen with large text lower left

    I have a Z935 ultrabook purchased last year with Win 8 OS.  I was doing something, I can't remember what, when I got the blue screen.  In the lower left there was the date and time in large type (3/8 -1/2 inch).  Below this was the 5-bar symbol of a wireless connection indicator.
    In the lower right there was the symbol which, normally, clicked on, would bring up the dialogue Restart, Shut Down, Log Off, or Lock.  Nothing happened, here, however.
    All I could do was to shut down using the physical on/off button. I turned it back on - same thing - same blue screen. I did this several times.  Nothing else worked, no key did anything, no Ctrl-Alt-Del.
    I finally read about using the F12 key on turning back on, and I received a page with the option to Recover, or something like that, and oher options,  i chose Recover, and a screen came up with several options.The first option was Continue normally, and there were options to Restore, Reset, or something like that. I just chose Continue Normally, and everything came up as it was supposed to, and all is OK now.
    Does anyone know what might have caused this screen, or has anyone received one like it - with the time, date, wireless indicator, etc.?
    Thanks very much.
    Solved!
    Go to Solution.

    Many, many reasons for BSOD's, Bob.  Hopefully, there won't be a next time.  However, if a freeze of any kind, BSOD or otherwise, happens again, reset the system by holding DOWN the power button for 10 seconds or until all the indicator lights go out, fan stops and you're sure the computer is off. Turn back on and everything should be back to normal.
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • Problem with large text-files, HOWTO?

    Hi!
    I'm making an application witch shall search through a dir with 3000 html-files, and find all links in those files.
    I have a text files with the format:
    file1: linktofile:linktofile6:linktofile5
    file2: linktofile1:linktofile87:
    and so on.
    This file shall then be searched when I'm pressing hyperlinks in IExplorer. The problem is that this file is VERY long both "horizontally and vertical". Is there a clever way to shorten it?

    If you have to search the entire contents of all 3000 files every time, then I don't see how that could be shortened. But if you have to search those files only for instances of "linktofile1295", for example, then you could redesign your text files into a database where you could access those instances directly via an index.

  • How to show the content of a table (long text) in a scrollable textbox?

    Hi,
    I have to say first, many thanks to the ones who answers to threads in this forum, it's very helpfull when we're learning web dynpro!
    I have a RFC function that return a table containing a long text (node "it_text", with elements "Tdformat" and "Tdline").
    1) I want first to copy all the Tdlines in a new node "text_box" (that I made specially for the screen, it contains only the element "Tdline" [the text itself]);
    2) Then I want to show the content of the node "text_box" in a scrollable textbox on the screen (to show 8 lines of text, for example).
    How to do that easily?  What is the UI Element needed to show that?
    Thanks!

    If you want to display as it is then you can use Table UI element. You can change the design property to 'transparent' and set column header visibility property to none. Then you need not to write any code simple you can map the node to table field.
    Even with TextEdit you can achieve what you want. Try this code...
         StringBuffer tmpBuffer = new StringBuffer();
         for(int index=0;index<wdContext.nodeLines().size();index++)
              wdContext.nodeLines().setLeadSelection(index);
              tmpBuffer.append(wdContext.currentLinesElement().getLine()+"n");
         wdContext.currentContextElement().setData(tmpBuffer.toString());
    Regards
    Abhilash

  • Possible to have large text in 4k with Mac pro?

    Hello, I have a need to view details with my photo editing tasks, so I'm considering a 4k monitor at the moment. However, I've been told that if I actually run the resolution at 4k, the rest of the OS will be extremely small text.
    Is there a way to have large text in the OS, but able to view all the details of my photo in 4k with a 2014 Mac Pro?

    from the article linked by kaz-k:
    --New 4K display settings in OS X 10.9.3. | Source: KhaosT via Twitter

  • I want Firefox to not be so wide so I need to scroll back and forth with much needed larger text

    I want to have large text, but narrower windows. Every time I need to make text larger for certain sites; it makes my viewing window wider so I have to scroll back and forth to read. I once had an add on to keep the window the same size in width, just with longer windows, which I don't mind. I can't remember what it was called. Therefore I can't find it to download.
    Please help.

    Thanks for the help, Gryllida, I've tried the zooming in/out feature, but it seems to only work on the headers or headlines on some sites; and still the reading text stayed small. I think I'll try the extension instead.
    Boy, I do remember using Opera too.
    My new computer came yesterday, I'm going to install Ubunbtu instead of windows. It's a barebones kit.
    ☺♥

  • I need to input text from PC to iPad with large font size. Too much to ask?

    Works well with PC to PC using just software likge Windows Live Messenger, but not with iPad because I haven't seen a Messenger app for iPad that can display large fonts or has custom font size option. They all use small font size that can't be changed.
    I've also tried many VNC apps by writing the text in my PC to notepad and using the VNC to display the large text for iPad. Probelm is VNC's wont work well with 3G.
    Is this really too much to ask from iPad?
    If some app developer reads this, I'll buy an app for 50$ that has white background and can receive text sent from PC with custom font sizes. Doesn't have to have any other features. Just receive text from PC using the existing IM softwares like Windows Live etc or simple custom software.

    I was wondering if you could help me out with my current situation. It seems like it is similar to your previous I/O delima. I think I might have to parse the data, but i dont know how to do that yet. I basically have to put the information from one text file into a database, and it is formatted in one way, and i need to format it a different way that SQL statements can read. Here are 2 entries of about 12,000 that i have in one text file:
    1
    UI - 4
    TI - 117-28
    Y2 - -32676
    RP - NOT IN FILE
    SO - <None Specified> -1 ;():
    2
    UI - 11721
    TI - The mechanism of genetic recombination in Escherichia coli.
    MH - mechanism
    MH - recombination
    MH - Escherichia coli
    RP - NOT IN FILE
    SO - Cold Spring Harb Symp Quant Biol 1953 ;18():75-93
    This is only 2 of the records, You notice that the record number is first, followed by another field ex. (UI), which then the data stored in that field are after the "-"
    Thanks for your help

  • Arbitrary waveform generation from large text file

    Hello,
    I'm trying to use a PXI 6733 card hooked up to a BNC 2110 in a PXI 1031-DC chassis to output arbitrary waveforms at a sample rate of 100kS/s.  The types of waveforms I want to generate are generally going to be sine waves of frequencies less than 10 kHz, but they need to be very high quality signals, hence the high sample rate.  Eventually, we would like to go up to as high as 200 kS/s, but for right now we just want to get it to work at the lower rate. 
    Someone in the department has already created for me large text files > 1GB  with (9) columns of numbers representing the output voltages for the channels(there will be 6 channels outputting sine waves, 3 other channels with a periodic DC voltage.   The reason for the large file is that we want a continuous signal for around 30 minutes to allow for equipment testing and configuration while the signals are being generated. 
    I'm supposed to use this file to generate the output voltages on the 6733 card, but I keep getting numerous errors and I've been unable to get something that works. The code, as written, currently generates an error code 200290 immediately after the buffered data is output from the card.  Nothing ever seems to get enqued or dequed, and although I've read the Labview help on buffers, I'm still very confused about their operation so I'm not even sure if the buffer is working properly.  I was hoping some of you could look at my code, and give me some suggestions(or sample code too!) for the best way to achieve this goal.
    Thanks a lot,
    Chris(new Labview user)

    Chris:
    For context, I've pasted in the "explain error" output from LabVIEW to refer to while we work on this. More after the code...
    Error -200290 occurred at an unidentified location
    Possible reason(s):
    The generation has stopped to prevent the regeneration of old samples. Your application was unable to write samples to the background buffer fast enough to prevent old samples from being regenerated.
    To avoid this error, you can do any of the following:
    1. Increase the size of the background buffer by configuring the buffer.
    2. Increase the number of samples you write each time you invoke a write operation.
    3. Write samples more often.
    4. Reduce the sample rate.
    5. Change the data transfer mechanism from interrupts to DMA if your device supports DMA.
    6. Reduce the number of applications your computer is executing concurrently.
    In addition, if you do not need to write every sample that is generated, you can configure the regeneration mode to allow regeneration, and then use the Position and Offset attributes to write the desired samples.
    By default, the analog output on the device does what is called regeneration. Basically, if we're outputting a repeating waveform, we can simply fill the buffer once and the DAQ device will reuse the samples, reducing load on the system. What appears to be happening is that the VI can't read samples out from the file fast enough to keep up with the DAQ card. The DAQ card is set to NOT allow regeneration, so once it empties the buffer, it stops the task since there aren't any new samples available yet.
    If we go through the options, we have a few things we can try:
    1. Increase background buffer size.
    I don't think this is the best option. Our issue is with filling the buffer, and this requires more advanced configuration.
    2. Increase the number of samples written.
    This may be a better option. If we increase how many samples we commit to the buffer, we can increase the minimum time between writes in the consumer loop.
    3. Write samples more often.
    This probably isn't as feasible. If anything, you should probably have a short "Wait" function in the consumer loop where the DAQmx write is occurring, just to regulate loop timing and give the CPU some breathing space.
    4. Reduce the sample rate.
    Definitely not a feasible option for your application, so we'll just skip that one.
    5. Use DMA instead of interrupts.
    I'm 99.99999999% sure you're already using DMA, so we'll skip this one also.
    6. Reduce the number of concurrent apps on the PC.
    This is to make sure that the CPU time required to maintain good loop rates isn't being taken by, say, an antivirus scanner or something. Generally, if you don't have anything major running other than LabVIEW, you should be fine.
    I think our best bet is to increase the "Samples to Write" quantity (to increase the minimum loop period), and possibly to delay the DAQmx Start Task and consumer loop until the producer loop has had a chance to build the queue up a little. That should reduce the chance that the DAQmx task will empty the system buffer and ensure that we can prime the queue with a large quantity of samples. The consumer loop will wait for elements to become available in the queue, so I have a feeling that the file read may be what is slowing the program down. Once the queue empties, we'll see the DAQmx error surface again. The only real solution is to load the file to memory farther ahead of time.
    Hope that helps!
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • How Do You Make an Image Flow with the Text?

    Hello all,
    I am using CS4 InDesign on Windows Vista. I am fairly new to Indesign but try to do my research and homework well before asking what I hope is not a really dumb question.
    I am writing a book of approx. 350 pages that is an illustrated encyclopedia of 156 plants and their oils.
    Each 2 page spread is a single entry for a plant. The graphics frames on each spread are identical in size, position and styles for a consistent look throughout the document.As you can see (hopefully) each page is a single column. See screenshot below
    In order to overcome my first problem of positioning and sizing the graphics frames uniformly, I created the master pages with the graphics placeholders sized, positioned and formatted to my liking. This worked wonderfully and I placed all of my 300+ graphics by simply over riding each frame.
    Then in my editing I decided to add another 2 page spread somewhere in the middle of this fairly large document.
    What a NIGHTMARE. The text predictably shifted but now ALL of my graphics were no longer associated with the corresponding text! Arrrgghhh.I had not anticipated this behavior (used MS Word for 15 years) or I would have done something different.
    3 hours later I finished re -"placing" the images associated with the correct text.
    I researched the help file and found out about the neccessity of anchoring graphics to text. I have read through the threads in this forum, followed links to "indesignsecrets.com/make-an-image-flow-with-the-text" and " Working with anchored objects by Anne Marie Concepcion"
    My concerns are this.
    An inline graphic places the graphic back onto your text layer for some reason ( Previously my graphics each had their own layer)
    Not wanting to start (again) from scratch with my graphics I converted them to inline/custom anchored objects.
    But to select then cut then paste every pre existing graphic to anchor it inline seems to be cumbersome and counter intuitive although the top smaller graphic did position well and the text seemed to wrap ok.
    When I placed the larger bottom graphic on the left facing page using custom positioning I was not able to get the text to wrap at all.( The in line anchoring did not seem to allow for positioning on anything but the 'Y' axis).
    It seems that there would be a simpler way to place text and graphics where you want them and have them associate and flow together (or not) when you want them to and have text wrap easily around an anchored object without keyboard gymnastics. It would seem that the concept of a certain graphic being associated or linked with certain text would not be an unusual concept in desktop publishing.
    Am I missing something?
    Can you place an anchored graphics frame on the master page with your desired options?
    How would this be done if possible?
    Is there any other way (i.e grouping) to keep graphics associated with the desired text so that it flows together if extra pages are added?
    Is the fact that my graphics frames are on my master pages responsible for my text wrap difficulty? (I have text wrap enabled on my master pages)
    Are there any settings, redundant or otherwise, I need to be aware of?
    Thank you in advance for any suggestions or directions
    L.N.

    Hello Again,
    Thank You Bob but I am still a little fuzzy on this. I have already created object styles for the graphics frames. For instance the small graphic underneath the heading (Its a drop of oil) has an object style applied. Now I checked and it has the anchored object options checked in the style dialog box. When I reapply the style to the next similar graphics nothing happens. It is still not anchored. Do I need to create a new style based on "nothing" add my effects plus the anchoring options? Basically start over. If thats what I need to do thats OK. As to your instruction that object styles could accomodate this anchoring thing...thats what I thought too but somehow I can't get it to work. See object style dialog box screenshot below:
    For the larger graphic on the bottom of the left facing page. I still cannot get any text to wrap. In the screenshot example the text describing this particular plant doesn't go to the bottom of the page so the wrapping issue on this page is moot. However I have some entries where the body of the description is more involved and does go to the bottom of the page and the text WOULD need to wrap around the plant (larger ) graphic.
    Hi there Harb, Yes I found out early on that object styles can't apply size (that would be on my wish list for sure) That is why I found that creating my graphics frames on the master page with the correct size, effects and positioning tickled me so much. Can you believe I originally went through and MANUALLY resized and repositioned each and every 300+ graphics in this book but it still wasn't right. I'm nothing if not persistent. (Now if I could just get my grown sons to pick up their socks!)
    Anyway the master page graphics frames idea would be perfect if I could get the images to anchor in their respective spots on the master page as well.
    For your second suggestion. I am not clear about why I would need to break the threads of each spread so that each spread is a seperate article. Is the threading issue the thing that is causing my text to move on leaving their associated graphics behind? If so how do I go about doing this?
    So to recap:
    1. I need to know if I can modify my object style or recreate from scratch with the anchoring option (as I said it didn't work)
    2. Can't get text to wrap around the Custom anchored graphic at bottom of page at all
    3. Im not clear on the breaking the threading on the spreads
    I am willing to go back through and start from scratch (new master pages, styles etc ) if neccesary. This book is the culmination of 7 years of research and artwork.Basically the project is DONE. Now if I can just format it correctly.
    I can't thank you both enough for your time, suggestions, expertise and patience.
    Thanks again
    LN

  • How do I adjust text size in toolbar, in tandem with browser text zoom, WITHOUT limiting the screen space of my browser window as a whole? Changing Windows DPI reduces browsability of window as displayed.

    I tried to customize PC settings for my mom, whose site is failing. So I plugged in the nosquint Firefox addon and upped the font size. Additionally, I tried to make desktop text etc. (non-browser text) larger. When I accomplished this through the Windows DPI adjustment, the browser would not open to full screen width (at least, not through any means other than F11, which is something beyond my mother's understanding or patience). With DPI 120, the maximized browser will not go full screen, but will instead hold left of screen, and display less than the full width of the page being viewed (this make my mom give up. And who wants to scroll laterally anyways?). Is there some way to pair the functionality of Windows DPI boosts with Firefox text/window zoom? Thanks.
    == This happened ==
    Every time Firefox opened
    == I changed Windows DPI to >196

    See [[Toolbars and page content appear too large after upgrading to Firefox 3]]
    Try to adjust the DPI setting, see [http://kb.mozillazine.org/layout.css.dpi layout.css.dpi]
    Try to set the pref layout.css.devPixelsPerPx to 2 on the about:config page.
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • Out.println() problems with large amount of data in jsp page

    I have this kind of code in my jsp page:
    out.clearBuffer();
    out.println(myText); // size of myText is about 300 kbThe problem is that I manage to print the whole text only sometimes. Very often happens such that the receiving page gets only the first 40 kb and then the printing stops.
    I have made such tests that I split the myText to smaller parts and out.print() them one by one:
    Vector texts = splitTextToSmallerParts(myText);
    for(int i = 0; i < texts.size(); i++) {
      out.print(text.get(i));
      out.flush();
    }This produces the same kind of result. Sometimes all parts are printed but mostly only the first parts.
    I have tried to increase the buffer size but neither that makes the printing reliable. Also I have tried with autoFlush="false" so that I flush before the buffer size gets overflowed; again same result, sometimes works sometimes don't.
    Originally I use such a system where Visual Basic in Excel calls a jsp page. However, I don't think that this matters since the same problems occur if I use a browser.
    If anyone knows something about problems with large jsp pages, I would appreciate that.

    Well, there are many ways you could do this, but it depends on what you are looking for.
    For instance, generating an Excel Spreadsheet could be quite easy:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class TableTest extends HttpServlet{
         public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
              response.setContentType("application/xls");
              PrintWriter out = new PrintWriter(response.getOutputStream());
                    out.println("Col1\tCol2\tCol3\tCol4");
                    out.println("1\t2\t3\t4");
                    out.println("3\t1\t5\t7");
                    out.println("2\t9\t3\t3");
              out.flush();
              out.close();
    }Just try this simple code, it works just fine... I used the same approach to generate a report of 30000 rows and 40 cols (more or less 5MB), so it should do the job for you.
    Regards

  • How do you apply 2 different types of page (first with large logo and 2nd/follow with small) in the same document?

    i´m using pages 5.1 and i need 2 different types of page in 1 document: first page with large logo and second with a small one. in pages 09 was a option for different first page ...

    that's not my problem, and I am unfortunately not a professional. Sorry.
    In Pages09 there was an option "Different First Page" (like MS Word). I could create different pages (first and second) with two different logos and text boxes. If the document was opened, there was only one side with the large logo. during writing the small logo and the other text boxes appeared on the second page (and subsequent pages).
    Unfortunately I miss this function. I mean the inclusion of items on a second page. However, this must not necessarily be active.

Maybe you are looking for

  • My iPod Touch is not working with Bose SoundDock.  How can I fix it?

    My iPod Touch is not working with Bose DoundDock Series II.  Can anyone suggest how I can get these 2 to work together?

  • Error while posting xml file to URL using URLConnection

    Hello everyone, I am facing an issue from long time related to URLConnection. If this would be resolved by your help then I would be very grateful to you. One application which posts xml file to URL hangs and after waiting for 5 mins it throws 504 er

  • How to create new approval hierarchy

    Dear Experts, I want to know if we can create a new approval hierarchy. I know that there is a existing seeded hierarchy. We create new process and it goes for review and finally it gets approved. But this would happen according to roles assigned to

  • 1 Skype account across 2 Macs and an iPhone - how ...

    Hi I have 1 Skype account that I use across my home desktop Mac (Yosemite 10.10), my work Mac laptop Air (Yosemite 10.10) and my iPhone 6 (iOS8.1).  I assumed the Skype contacts would be synced across all devices because it is the one account, but I'

  • Contact issue - please explain this to me

    added a contact on my iPhone. it synched to my mac and is in my Address Book. it is not on my iPhone. Address Book show 350 contacts. iPhone shows 349. ????