Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6020807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:37:18+00:00 2026-05-23T03:37:18+00:00

RichEditControl in DXperience WinForms has a view named ‘PrintLayoutView’. This view displays documents as

  • 0

RichEditControl in DXperience WinForms has a view named ‘PrintLayoutView’. This view displays documents as pageable, rather than infinite. I’d like to limit the control to show only first page of the document and control page navigation programmatically.

Is this accomplishable?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T03:37:19+00:00Added an answer on May 23, 2026 at 3:37 am

    The XtraRichEdit does not provide an elegant way to implement this task. The only solution is to turn off all scrollbars (RichEditControl.Options.HorizontalScrollbar.Visibility and RichEditControl.Options.VerticalScrollbar.Visibility) and finally create commands to programmatically change the current Page, you should execute the RichEdit’s NextPageCommand. To learn about commands, please refer to the Commands topic.

    Update

        GoToPageCommand goToPageCommand = new GoToPageCommand(richEditControl1);
        ICommandUIState state = goToPageCommand.CreateDefaultCommandUIState();
        state.EditValue = 10;
        goToPageCommand.ForceExecute(state);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone recommend a html replacement for a winforms (c#) richedit control? I would
I have a RichEdit control in a dialog box. The RichEdit control displays RTF
I've got a problem - our flagship product has a text field in which
I've got a handle to a window and its richEdit control. Would I be
I'm using ITextRange from a RichEdit control. I want to determine if a user's
As part of writing custom command (COM-Visible dll with class that implements Interwoven command
HWND hEdit = CreateWindowEx(WS_EX_CLIENTEDGE, EDIT, , WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL |
I'm having trouble getting a RichEdit control to display unicode RTF text. My application
Is there an easier way to display the struct fields and their corresponding values
Yea i know i'm way behind times but what i've got here is a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.