Questions tagged [splitpanel]

19 questions
0
votes
0 answers

Tizen native app: Getting Panel from SplitPanel

i'm trying to get a particular panel from a panel done with the UI designer, this panel is a Panel control my code is something like firstly i've tried with Code: Panel* pPanel=static_cast< Panel*…
0
votes
1 answer

Trouble accessing control through code

I am currently trying to add items to a listview. The problem… it is not in the current form I’m working on. Target Item located: Form1 TabControl1 Tab2 SplitPanel1 Panel1 listMain Trying to add items from…
MjM
  • 1
0
votes
1 answer

Position of south components in GWT SplitLayout

I want to add a south panel to SplitLayout. The GWT showcase shows that you can add two south panel to the SplitLayout widget and the layout will place them in order. My problem is that I only want to put one south panel into SplitLayout but I want…
Croo
  • 1,301
  • 2
  • 13
  • 32
-1
votes
2 answers

How to add multiple splitpanel in using javafx netbeans

This is horizontal split i used, i want 3 splits in horizontal.(one more in right side). I tried using empty split and added horizontal split upon it,but that didn't work
1
2