Questions tagged [splitter]

Splitters are special windows/controls that are used to split another window/frame to subwindows. Usually splitters can be dragged so the subwindows are resized.

245 questions
4
votes
4 answers

.NET splitter control display

I created a Winform in VB.NET, and I added a Splitter control to allow resizing of panels during runtime. My issue is that the splitter control is not apparent. I would like to make it appear in a way that the user would know the form can be…
jgallant
  • 11,143
  • 1
  • 38
  • 72
4
votes
2 answers

Svelte splitter example

I'm looking for a svelte way to adjust the size of a div on a page. there's an example here. I have not found any examples specifically but I'm sure someone has solved this. Thanks
Jeff F
  • 45
  • 5
4
votes
4 answers

Win32 Splitter Control

Of all the different controls that there are for Win32, is there any basic, lightweight Splitter/Splitcontainer control available (meaning one or two C/C++ files max)? I can't seem to find any in the default controls shown in Visual Studio, and…
user541686
  • 205,094
  • 128
  • 528
  • 886
4
votes
1 answer

Spring Integration - Who exactly "iterates" the splitted messages from a splitter?

I've few basic questions regarding the splitter element in SI. I understand that to form a customized splitter logic, we need to extend AbstractMessageSplitter and override the splitMessage method. This collection of split messages are then…
lbvirgo
  • 354
  • 1
  • 5
  • 22
4
votes
1 answer

Using jQuery UI resizable() with Twitter Bootstrap 3 grid classes

I would like to improve this vertical splitter : http://jsbin.com/xuyosi/1/edit?html,css,js,output. use cases: As the site uses Bootstrap, when I use the splitter to expand Column-1, Column-2 comes under column-1 which I do not want, rather I …
4
votes
1 answer

NSOpenGLView in NSSplitView

When i put an NSOpenglView in NSSplitView, a problem occurs while dragging splitter. The openGLView and SplitView are resizing asynchronously. i found a solution in apple mail list thread…
Remizorrr
  • 2,322
  • 1
  • 17
  • 25
4
votes
3 answers

Mule collection splitter with JSON

I have a JSON that looks something like the one pasted below. I am trying to extract each individual record and push it onto a queue. How would I extract each record in Mule? I've been trying to use the collection splitter and foreach loop, but I…
james
  • 451
  • 2
  • 7
  • 12
4
votes
2 answers

Using Spring Integration to split a large XML file into individual smaller messages and process each individually

I am using Spring Integration and have a large XML file containing a collection of child items, I want to split the file into a set of messages, the payload of each message will be one of the child XML fragments. Using splitter is the obvious but…
syber555
  • 73
  • 3
3
votes
2 answers

Qt widgets not showing up in main window

I am trying to create main application window. It is supposed to have a menu bar, and show one label with splitter underneath. My code for main window is below. The problem I have is that menu bar shows but label and splitter do not. Things I…
3
votes
0 answers

SplitContainer splitter movement is not visible on WebView control

I have datagridview and webview2 in splitcontainer.(orientation=horizontal, dock=fill) After placing the textbox instead of webview2, if I grab the splitter with the mouse and move it, the splitter's movement is visible. But when I place the…
haren
  • 33
  • 3
3
votes
1 answer

Make a horizontal console window like VS Code

I would like to realize a console window like the console window in VS Code. In VS Code, when we click Shift+Command+Y, a console window is opened below the code window. There are several features: The whole window is divided into 2 parts. Both…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
3
votes
2 answers

Delphi: align and visibility of splitter

There is a tree view, an align is left. And there is a splitter, the same, an align is left. The tree view is the first, the slitter is the second. If to do: TreeView1.Visible:=false; Splitter1.Visible:=false; And…
maxfax
  • 4,281
  • 12
  • 74
  • 120
3
votes
1 answer

Splitter control (winforms)

I want the user to adjust the splitter... I have two sides in the winform: one shows the people and the other shows the details about them. I want the user to be able to move the spliter, to adjust how much he wants of the each side of the form to…
Dmitry Makovetskiyd
  • 6,942
  • 32
  • 100
  • 160
3
votes
1 answer

splitcontainer splitterdistance for panel 2

I use Windows Forms SplitContainer. I want set the SplitterDistance value but for the Panel2 instead Panel1. Is it possible ? When I set SplitterDistance, it sets the distance based on first panel, while I want to set the distance based on second…
Julian50
  • 2,462
  • 1
  • 21
  • 30
3
votes
1 answer

Spring Integration - Move File After Xpath-splitter

i'm working with spring integration and i have the next case: i'm reading a XML file with an int-file:inbound-channel-adapter and i split the file with a int-xml:xpath-splitter, the thing is that i need to move the file after been splitted. I want…
Jesús Chacón
  • 187
  • 1
  • 9
1
2
3
16 17