Intersoft Support Center

Customize Image Position and Size

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

  1. Right-click WebListBox control and choose Properties.
  2. Go to Items and click the collection button.
  3. Add an item. Set DisplayMode to TextAndImage and set Image to the image url you want to display.
  4. Set ImagePosition to either AboveText, BelowText, AfterText and BeforeText.
  5. Run the project.
You may also use LayoutSettings >> ImagePosition to customize image position globally.

To customize image size

  1. Right-click WebListBox control and choose Properties.
  2. Go to Items and click the collection button.
  3. Add an item. Set DisplayMode to Image or TextAndImage and set Image to the image url you want to display.
  4. Expand ImageSize. Set Width and Height to any adjustment you want.
  5. Run the project.
You may also use LayoutSettings >> ImageSize to customize image size globally.
Previous Next