Are larger checkboxes possible in the controls? |
Post Reply |
Author | |
rmcmanamy
Groupie Joined: 02 September 2009 Status: Offline Points: 54 |
Post Options
Thanks(0)
Posted: 31 January 2022 at 10:53am |
Is it possible to have the size of the checkbox size increase with larger fonts?
On todays high DPI screens and tablets the programs I use that have larger checkboxes and radio buttons than the standard Windows work and look better. Am I missing something or is this a limitation of the Codejock Controls?
|
|
Product: Xtreme SuitePro (ActiveX Unicode) version 22.0.0
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
rmcmanamy
Groupie Joined: 02 September 2009 Status: Offline Points: 54 |
Post Options
Thanks(0)
|
Here's a quick sample image of what I would like it to look like.
|
|
Product: Xtreme SuitePro (ActiveX Unicode) version 22.0.0
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
rmcmanamy
Groupie Joined: 02 September 2009 Status: Offline Points: 54 |
Post Options
Thanks(0)
|
Could you please let me know if this is possible.
It's hard to believe that you do not have this ability in this day and age since with high DPI and touch screens these days the standard size windows checkboxes and radio buttons are too small. Even Windows 11 Native Apps like the Settings now use checkboxes that are larger than the text size. |
|
Product: Xtreme SuitePro (ActiveX Unicode) version 22.0.0
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
agontarenko
Admin Group Joined: 25 March 2016 Status: Offline Points: 289 |
Post Options
Thanks(0)
|
Hello, You can to use XAML checkbox with Viewbox tag to create controls like as on picture. <Viewbox xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' Stretch='Uniform' Width='200' Height='200'> <CheckBox IsChecked='true'>XAML Check Box</CheckBox> </Viewbox> Regards, Artem Gontarenko
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |