WebListBox provides feature to customize the way item will be displayed.
This topic will show you how to customize Display Mode.
To customize Display Mode
- Right-click WebListBox control and choose Properties.
- Go to Items and click the collection button.
- Add an item. Set DisplayMode to either Text,
Image, TextAndImage or Default.
- If you are using Image or TextAndImage display mode, set Image
to the image url you want to display.
- Run the project.
|
You may also use LayoutSettings >> DisplayMode to customize
display mode globally.
|