multiple pages in windows form

you saw the book view in Ms Word for sure.(multiple pages not in print or report) how we can create this kind of view in Visual Studio .net which container control must be edit


Answer this question

multiple pages in windows form

  • Jon Choy

    take a look at the tabcontrol. Here is an tutorial on how to use it.

    http://www.c-sharpcorner.com/Code/2003/Dec/TabControlTutorial.asp

    ralph



  • Charles Cooper

    There's nothing built-in to handle it. You just handle to handle drawing to the text yourself, putting one page on the left side & one page on the right.

  • Closer

    I want to have a simple multiple pages data in my form.

    I have a data reader which read feed my form by thousands of records these records are too short in their length therefore I rather have a splitter in my form with two panels : left and right.How can I fill the left panel with my single data reader then right panel and still active overflow panels


  • Dmitry Poltaryonok

    Virtual Studio .net Whats this.

    Can you explain your question in more detail.

    Are you talking about TabControl


  • multiple pages in windows form