Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi all,
Does someone would have label or value display (font) responsive to provide me?
I am creating a responsive mashup and I need these widget.
Regards,
Leonardo.
I think you want something where the Font grows and shrinks?
I think you would need CSS for that, maybe possible with the Expression widget.
I'm not much of a coder, but you'd have to retrieve the resolution or the size of your element and then either set the StyleDefinition on the widget or directly set the font through CSS
Hi @PaiChung
I am working with two monitors. One monitor is 1920 x 1080 and the other is 1366 x 768.
I have created a mashup type responsive and that mashup I am using widget called value display (to show some informations).
I was able to realized that the value display is responsive widget but the font that is into the value is not.
Followed below the images that can help to undertand the problem:
1920 x 1080 1366 x 768
My question is: There is any way to do the value display's font be responsive too?
Regards,
Leonardo.
In my previous reply:
I think you would need CSS for that, maybe possible with the Expression widget.
I'm not much of a coder, but you'd have to retrieve the resolution or the size of your element and then either set the StyleDefinition on the widget or directly set the font through CSS