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

icon on strip?

4 Answers 98 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Giselle
Top achievements
Rank 1
Giselle asked on 29 Mar 2011, 02:29 PM
I'm trying to figure out how to place an icon on my page view (ExplorerBar View Mode). For each of my pages that are there, I need an icon so that users won't have to open the actual page to read/figure out if the note has been saved or not. . . there's already a bunch of text on the strip, so really an icon is best.

Is there a way to do this? Can someone please point me in the right direction?

4 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 29 Mar 2011, 10:57 PM
Hello,

You just need to set the image property of each RadPageViewPage to the image that you would like to display. E.g.
this.radPageViewPage1.Image = // an image

Hope that helps
Richard
0
Ivan Todorov
Telerik team
answered on 01 Apr 2011, 09:18 AM
Hi Giselle,

You can set an image to the page view items the way that Richard suggested. This is also mentioned in our help article about the strip view, but it works for all views.

If you have any additional questions, feel free to ask.

All the best,
Ivan Todorov
the Telerik team
0
Moji
Top achievements
Rank 1
answered on 07 Mar 2015, 10:25 AM
[quote]Richard Slade said:Hello,

You just need to set the image property of each RadPageViewPage to the image that you would like to display. E.g.
this.radPageViewPage1.Image = // an image

Hope that helps
Richard[/quote]

Richard, is that '//an image' part of your address, a String? I mean how should I address the image?! 
0
Moji
Top achievements
Rank 1
answered on 07 Mar 2015, 10:32 AM
I just the answer to my question seconds after posting previous reply! Here it is:

Me.radPageViewPage1.Image = Image.FromFile([... String path of the image ...])
Tags
PageView
Asked by
Giselle
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Ivan Todorov
Telerik team
Moji
Top achievements
Rank 1
Share this question
or