Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invalid tab in combo box
#2
Combo box does not support it. Unless you custom draw, but it is not so easy.

WPF combo box supports tabs and multiple lines.
Example in QM3:
C# code:
var b = new AWpfBuilder("Window").WinSize(400);
b.R.Add("Combo", out ComboBox combo1).Items("Zero|\tOne|T\nwo");
b.End();
if (!b.ShowDialog()) return;


Messages In This Thread
Invalid tab in combo box - by macman - 01-14-2021, 08:09 AM
RE: Invalid tab in combo box - by Gintaras - 01-14-2021, 08:17 AM
RE: Invalid tab in combo box - by macman - 01-14-2021, 08:39 AM
RE: Invalid tab in combo box - by Gintaras - 01-14-2021, 12:14 PM
RE: Invalid tab in combo box - by macman - 01-14-2021, 11:16 PM
RE: Invalid tab in combo box - by macman - 01-15-2021, 01:44 AM
RE: Invalid tab in combo box - by Gintaras - 01-15-2021, 06:21 AM
RE: Invalid tab in combo box - by Gintaras - 01-15-2021, 06:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)