FNC Ribbon High DPI

For the Bitmaps and LargeLayoutBitmaps you can add multiple entries selected from your BitmapContainer.  Is this where you would choose different sizes and set the scaling value accordingly?  Or is there a more proper way of handling various high DPI situations so that the images appear the best at different resolutions?

Dear Mr. Scott,


You should include a TTMSFNCBitmapContainer, where you define the scaled images with a unique name, then you add an entry in the bitmaps item collection and specify for which scale you wish to show the image from the bitmapcontainer. The scale starts at 1. For example 125% scale is 1.25 factor.

Thanks!  I'll give it a try.