Hello guys,
Im doing a look like action bar menu to control my windows, but I need to set border on a "menu item", this border is a (StyleRaised!) border and it does this to the image.
As you guys can see the image is normal size but when I activate the border makes it bigger automaticaly. I tried to put a resize after and before the border activation, but does nothing. You guys have any clue about what is happening?
Btw the "menu items" are picture objects, I let you guys the small piece of code that activates the border property.
Thanks & Regards.
FYI: I've learned that from pb 2017 and later, when you set the Originalsize to true, your picture initially looks sharp in the IDE, but when you run the application, it's no longer sharp.
What I do is: set the originalsize to true in the IDE, so that the picture adapts its size and looks sharp. Immediately after that, I then uncheck the box of originalsize and save the object. That way I get a much clearer picture when running the application.
regards.