Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1320
Increasing the tab header image size.
posted

Hello together!

We are using an ‘UltraTabControl’ and we want to provide especially for High DPI computers bigger image sizes in the header area. We have tried to increase the vertical tab header height and insert also images with 128 x 128 pixel size. It looks like that the images are always sized down to 16 x 16 pixels.

Is there a simple way, getting this images shown in the ‘UltraTabControl’ bigger than 16 x 16 pixels?

We are using the latest version UltraWinTabControl.v17.1.dll, 17.1.20171.2032.
Thank you very much for any help!

Best regards
Frank

Parents
  • 6120
    Verified Answer
    Offline posted

    Hi,

    There is a possibility to increase image size by using the ImageSize property off the UltraTab. We scale our controls to support high DPI. However, the application should be made high DPI aware in order to render crisp images. I tested the image clarity between our UltraTabControl and Microsoft Tab control  at higher DPI’s .When application is made high DPI aware they both render images with some distortion so this might be due to the operation system.

    You can try setting the ImageSize property to increase the image size however if the image is distorted that may be because of the operating system.

    Please let me know if you have any questions.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Reply Children
No Data