Questions tagged [splitpanel]
19 questions
13
votes
6 answers
JavaFX: Hide Slider/Divider of the SplitPane
I have a JavaFX application with a SplitPane. I want do hide the Slider/Divider of SplitPane. How can I do this?
Greetings from Germany (so sorry for my english)
Julian

user1689481
- 131
- 1
- 1
- 3
2
votes
1 answer
Can't add components in VerticalSplitPanel
I am building an application using the VAADIN framework.
I am trying to add a panel in a view containing a VerticalSplitPanel which contains two components (a button and a label for the moment).
Pretty straight forward but I'm having big problems…

AndroidHustle
- 1,794
- 5
- 24
- 47
2
votes
1 answer
CSS issues with Vuetify for responsivity using Vue-Split-Panel and select border
I'm having a variety of CSS issues with Vuetify that I'm hoping someone can help me resolve. I'm using a split panel view (vue-split-panel) with Vuetify, but Vuetify doesn't seem to consistently recognize when to trigger the full-column width, as…

Nic Scozzaro
- 6,651
- 3
- 42
- 46
2
votes
2 answers
GWT SplitLayoutPanel resize
I've a TabPanel which contains a SplitLayoutPanel with inside two ScrollPanel, one in the Center and one in the South edge of the dock. When I resize the browser window my SplitLayoutPanel doesn't resize automatically. I try to solve the problem…

Cisco
- 532
- 1
- 8
- 24
1
vote
2 answers
GWT Handler to SplitLayoutPanel drag
Is it possible in GWT to had a handler that detects that the knob pf SplitLayoutPanel is been drag or pressed?
Thanks for the help.

rgomes
- 221
- 7
- 20
1
vote
0 answers
Anchor of Control in SplitPanel not working with User Settings
In a .NET 4.0 Windows Forms application, I have a SplitPanel with a multi-line TextBox (with Anchor set toTop, Bottom, Left, Right) in its first panel. Distance to each border are maintained perfectly if I move the splitter in either the Designer or…

Matthias Meid
- 12,455
- 7
- 45
- 79
1
vote
1 answer
Telerik RadSplitContainer SizeInfo RelativeRatio
According to the Telerik docs, the relative size of the panels in a RadSplitContainer are set with the RelativeRatio property. I can't figure out how to use this property.
I would like a left panel and a right panel, the left panel 50% of the…

Tim
- 8,669
- 31
- 105
- 183
1
vote
0 answers
JavaFx 2.x: How to extend horizontal line on subpane(s)?
This code plots two XYChart lines in a Splitpane, and draw an horizontal line only in the upper pane.
I would like to have this horizontal line also in lower subpane(s) when mouse pointer is moved to the lower pane.
How to accomplish…

Alberto acepsut
- 1,972
- 10
- 41
- 87
1
vote
1 answer
JavaFX 2.x : chart white borders removal
I my code below I plot two series in a SplitPane, but I have some white borders I would like to remove, so that the grids will fill all the chart space.
Here is a picture to show where I would like to remove
and this is my code
import…

Alberto acepsut
- 1,972
- 10
- 41
- 87
1
vote
1 answer
JavaFX 2.x : how to move both panes?
My class below plots two charts in a splitpane.
By left mouse click and drag the upper line chart moves left/right (and up/down).
I would like to move both panes together left/right when I click and drag with left mouse on the upper graph: how to…

Alberto acepsut
- 1,972
- 10
- 41
- 87
1
vote
1 answer
JavaFX 2.x : X and Y axis settings
My code below plot 2 XY line charts in a VERTICAL divided SplitPane.
My question:
I would like to have both Y axis and only one X axis at the bottom (X axis on the lower graph only)
public class XyChartInSplit extends Application {
SplitPane …

Alberto acepsut
- 1,972
- 10
- 41
- 87
0
votes
1 answer
Height of a Vaadin HorizontalSplitPanel
Hi I am implementing an application in Vaadin where I have a HorizontalSplitPanel with two panels which both contain a VerticalLayout (height and width 100%) with search results (therefore the height of both is very high)
When the left sides height…

Grolsch
- 287
- 2
- 3
- 10
0
votes
3 answers
HorizontalSplitPanel - Adjust the splitter position based on component width
Is there a way to add more than 2 components in HorizontalSplit panel without nesting it?
Splitter position should be based on the space allocated for the component. There is nesting of horizontal split panel but the splitter position is not set…

Manushi
- 597
- 1
- 7
- 26
0
votes
1 answer
How to add a customized legend to a split panel map in Google Earth Engine?
Good Day
Please could you kindly assist me with the following. I would like to add a customized legend to an interactive split panel map on the Google Earth Engine platform. I am able to create a customized legend and print it to the console but do…

Shaeden Gokool
- 57
- 1
- 6
0
votes
1 answer
How to programmatically set the split position of BorderLayout in GXT?
I have a border layout set on a widget using Ext-GWT. Is there a way where I can set the 'split' position automatically? Reason being, if the user resizes a control on a page (not necessarily the parent of the one the split widget is in), I'd like…

Cuga
- 17,668
- 31
- 111
- 166