You can adjust image position when TextAndImage display mode is used. You can also
adjust image size when using Image or TextAndImage display modes
This topic will show you how to customize image position.
To customize image position
- Right-click WebListBox control and choose Properties.
- Go to Items and click the collection button.
- Add an item. Set DisplayMode to TextAndImage and
set Image to the image url you want to display.
- Set ImagePosition to either AboveText, BelowText,
AfterText and BeforeText.
- Run the project.
|
You may also use LayoutSettings >> ImagePosition to customize
image position globally.
|
To customize image size
- Right-click WebListBox control and choose Properties.
- Go to Items and click the collection button.
- Add an item. Set DisplayMode to Image or
TextAndImage and set Image to the image url you want to
display.
- Expand ImageSize. Set Width and Height
to any adjustment you want.
- Run the project.
|
You may also use LayoutSettings >> ImageSize to customize
image size globally.
|