Different font sizes with TabControl & DatePicker |
Post Reply |
Author | |
daniel_r
Groupie Joined: 06 October 2009 Location: Germany Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 16 December 2009 at 4:41am |
I want to increase the font size of my controls to help the visually impaired, but some controls have problems with that.
The TabControl does not increase the height of its buttons, i.e. the text is capped at the top and the bottom. If I increase the margins the buttons are higher, but still the font is capped on all but the selected tab. When I increase the font of the DatePicker which btw. can only be done using the metrics event, the cells don't resize themselves and there's no way to manually increase the size of the cells. How can I circumvent these problems? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Just tried
TabControl.PaintManager.Font.Size = 20
TabControl.SelectedItem = 2 in our SuteControls sample - work perfect for TabControl. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
daniel_r
Groupie Joined: 06 October 2009 Location: Germany Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Thank you very much! I just tried TabControl.Font.Size, which didn't work.
What about the DatePicker control? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, seems DatePicker doesn't have method to change it :(
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
daniel_r
Groupie Joined: 06 October 2009 Location: Germany Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Does that mean, it currently does not have it or will this feature never be available?
|
|
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 |