This is a migrated thread and some comments may be shown as answers.

usercontrol or picturebox in radpageview

1 Answer 98 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Suya
Top achievements
Rank 1
Suya asked on 11 Jun 2012, 11:53 AM
can someone plz help me making an image editing tool using a ribbon bar and radpageview tool..
actually i am facing a problem i am unable to access picturebox of radpageview plz help me ..


page.Text = imagename
        Dim img As PictureBox = New PictureBox()
img.Image = imgShow
img.SizeMode = PictureBoxSizeMode.CenterImage
page.Controls.Add(img)
        Me.RadPageView1.Pages.Add(page)
        Me.RadPageView1.SelectedPage = page

now unable to access it plz help ..

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 14 Jun 2012, 07:45 AM
Hi Suya,

Thank you for writing.

Attached you can find a sample project using your code to for setup and two additional buttons which demonstrate two ways of accessing the PictureBox control.

Let me know how this works for you. If you have any other questions, do not hesitate to write back.

Greetings,
Stefan
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
PageView
Asked by
Suya
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or