Print Page | Close Window

Are larger checkboxes possible in the controls?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=24265
Printed Date: 20 April 2024 at 5:37am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Are larger checkboxes possible in the controls?
Posted By: rmcmanamy
Subject: Are larger checkboxes possible in the controls?
Date 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




Replies:
Posted By: rmcmanamy
Date 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



Posted By: rmcmanamy
Date 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



Posted By: agontarenko
Date 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" rel="nofollow - 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net