> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED] On Behalf Of Frederik Carlier > Sent: lunes, 27 de agosto de 2007 11:17 > To: [email protected] > Subject: [Mono-list] Look and feel of WinForms applications on Linux > > Hi, > > When running a WinForms application on Linux, it happens quite often > that text gets wrapped. For example, see > http://www.tigernet.net/od_ubuntu.png . You can see a couple of things > here: > - The text in the ComboBoxes gets wrapped horizontally (lower half is > not visible); > - The text in the labels gets wrapped, because it is wider than on > Windows. > > What are the recommended techniques to deal with such issues? In some > cases, such as the labels, re-sizing the label is possible. However, I > don't think resizing the combobox is a solution, because that would > cause them to be "too big" on Windows. >
- A combobox does not wrap, what you see is that the text is drawn too low. This is a bug, so please report it here: http://bugzilla.ximian.com - Regarding the labels they have an AutoSize property that I think would fit this purpose quite well. Rolf > Any ideas? > > Frederik. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.484 / Virus Database: 269.12.9/975 - Release Date: > 26/08/2007 21:34 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
