Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Controls
  New Posts New Posts RSS Feed - Are larger checkboxes possible in the controls?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Are larger checkboxes possible in the controls?

 Post Reply Post Reply
Author
Message
rmcmanamy View Drop Down
Groupie
Groupie


Joined: 02 September 2009
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote rmcmanamy Quote  Post ReplyReply Direct Link To This Post Topic: Are larger checkboxes possible in the controls?
    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

Back to Top
rmcmanamy View Drop Down
Groupie
Groupie


Joined: 02 September 2009
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote rmcmanamy Quote  Post ReplyReply Direct Link To This Post Posted: 31 January 2022 at 10:58am
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

Back to Top
rmcmanamy View Drop Down
Groupie
Groupie


Joined: 02 September 2009
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote rmcmanamy Quote  Post ReplyReply Direct Link To This Post Posted: 15 November 2022 at 12:12pm
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

Back to Top
agontarenko View Drop Down
Admin Group
Admin Group


Joined: 25 March 2016
Status: Offline
Points: 260
Post Options Post Options   Thanks (0) Thanks(0)   Quote agontarenko Quote  Post ReplyReply Direct Link To This Post Posted: 24 November 2022 at 4:29am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.160 seconds.