WPF richTextBox scrolling to an item

Source: Internet
Author: User

In the online did not find the right code, wrote a paragraph, still needs to be optimized ...

Directly on the code

/// <summary>        ///Scroll to an item/// </summary>        /// <param name= "sparent" ></param>        Private voidScrollitem (Block sparent) {intCount = RichTextBox1.Document.ContentStart.GetOffsetToPosition (richTextBox1.Document.ContentEnd);//get the height of the text in the entire textbox            intS1 = richTextBox1.Document.ContentStart.GetOffsetToPosition (sparent. Contentend);//The height of the entry block to the beginning of the document            intS2 = sparent. Contentend.getoffsettoposition (RICHTEXTBOX1.DOCUMENT.CONTENTEND);//height of item block to document end point            DoubleH1 = (Double) Scheight/count * S1;//( int) ((scheight/100) * S1);//scroll bar height split, extract scrollbar position pointRichtextbox1.scrolltoverticaloffset (H1- -); }        Private voidRichtextbox1_scrollchanged (Objectsender, Scrollchangedeventargs e) {Scheight=E.extentheight; }

WPF richTextBox scrolling to an item

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.