DesktopImageViewer remove border

How do I remove the thin black border around a DesktopImageViewer? I can’t find the property that controls this.

1 Like

You don’t. Xojo made the incorrect decision to name their API 2.0 control Viewer when it is in fact a user-input control. The border is to indicate that.

Draw images with a canvas if you need no border. ImageWell is an input control.

1 Like

Thanks! I was really confused because WebImageViewer doesn’t have a border.
Yes, I agree - not very intuitive calling an input control a ‘viewer’

2 Likes

Did you use WebImageVIewer as the solution to the problem?

This thread is specific to Desktop. WebImageViewer behaves differently and is not compatible with the Windows framework.

3 Likes