You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-u...@googlegroups.com
What governs the width of a wxTextCtrl within a box sizer when its default size is (-1,-1)? I've got some that show all of the digits of a floating point number inside and one that's very narrow, showing just a couple digits. I'm guessing the box doesn't resize to accomodate the number within if it starts out very small.
Leslie Newell
unread,
Nov 18, 2009, 5:51:51 PM11/18/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-u...@googlegroups.com
If you don't use the expand flag then it will size to fit it's text when the sizer is laid out. In Windows I think it just defaults to one fixed size.