in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

PreviewOutlineView and PreviewThumbnailView

Last post 05-19-2008 9:13 AM by cpolsak. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-15-2008 11:31 AM

    PreviewOutlineView and PreviewThumbnailView

    Using the C1.Win.C1Preview.C1PrintPreviewControl how can I change the default tab that appears from the PreviewThumbnailView to the PreviewOutlineView?

     Thanks in advance for any help.

     

  • 05-17-2008 10:08 AM In reply to

    Re: PreviewOutlineView and PreviewThumbnailView

     You can use this "hack":

    ((TabControl)c1PrintPreviewControl1.PreviewOutlineView.Parent.Parent).SelectedIndex = 1; 

  • 05-19-2008 9:13 AM In reply to

    Re: PreviewOutlineView and PreviewThumbnailView

     Thanks for the help, this is exactly what I was looking for.

Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.