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
0
votes
1 answer

kendo splitter: hover event

I would like to run code in the hover event in the kendo-ui splitter. The list of events for the splitter does not contain hover, mouseenter, leave or any of that sort. Does someone has an idea how to implement it? Thanks.
Meital
  • 23
  • 4
0
votes
1 answer

How to avoid double scrollbars when using class CSplitterWndEx

I created an application with the MFC wizard and added the splitter functionality. The wizard will add a variable CSplitterWndEx m_wndSplitter to class CChildFrame. After that, a split view will be created with a horizontal scrollbar and a vertical…
0
votes
1 answer

Kendo grid inside splitter next page

Here's my layout. I'm using a Kendo splitter control. The left pane contains a menu and the right is the main content. Some of the content pages contain kendo grids that can contain several pages of data. My problem is that when the user clicks…
AlexFreitas
  • 342
  • 4
  • 14
0
votes
1 answer

GridSplitter resizes incorrectly

On a Page derived class, I have some nested Grids. I have changed the ColumnDefinition to the width of some pixels (i.e. around 5), with some columns having the width of "*". All elements have Width="Auto". Here is my Splitter:
Mare Infinitus
  • 8,024
  • 8
  • 64
  • 113
0
votes
1 answer

Kendo splitter control load right panel contents asynchronously

I have a Kendo splitter control with left/right panes. Inside the left pane I have a Kendo panel bar control that builds a navigation menu. Unfortunately I inherited this from another developer that left the company and I'm not familiar with the…
0
votes
0 answers

Calculate splitter distance on different screen resolutions

I have a form which contains the following: Splitter Control Datagridview in first panel Dynamically created controls on second panel What I am doing, accoring to the number of controls required, I adjust the splitter distance according to the…
kashi_rock
  • 539
  • 1
  • 5
  • 19
0
votes
1 answer

Kendo splitter is undefined after several ajaxrequest

I have a splitter containing left and right pane. On the left pane it display the navigation , when an item was clicked, the URL corresponding to that item will be loaded into the right pane. I have successfully do this but I notice that after three…
Ice_Drop
  • 452
  • 1
  • 9
  • 19
0
votes
1 answer

Restoring JSplitPane splitter to "default" location

I have a JSplitPane that has a JTable on the top part and a panel with labels and JTextFields on the bottom part. The splitter is set before adding using this function: splitPane.setResizeWeight(1.0); Now, I have a button that "hides" the bottom…
Nikola Luburic
  • 133
  • 1
  • 3
  • 10
0
votes
2 answers

Fire event when jQuery Splitter drag stops

I am using jQuery Splitter plugin from https://github.com/jcubic/jquery.splitter. Splitter works fine. I need to know how can I fire some event as soon as I stop drag of splitter. I need to preserve new splitter left position in back-end and use it…
A.G.
  • 734
  • 2
  • 8
  • 27
0
votes
1 answer

ADF: panel splitter and command tool bar button

I have create ADF application which has page that using panel splitter and command tool bar button. 1.How to make panel splitter width fixed and and cannot be moved in the ADF pages? Since currently, i can move the splitter using mouse and…
Reena Sham
  • 41
  • 3
  • 8
0
votes
1 answer

set minimum height in VerticalSplitPanel of GWT

I am using VerticalSplitPanel to split two panel. I want to set the minimum allowable size for the given widget. Its associated splitter cannot be dragged to a position that would make it smaller than this size. Thanks.
Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96
0
votes
1 answer

How do I set a Dijit splitter in a BorderContainer to close all the way?

Does anyone know what property to set on a BorderContainer to allow the user to move the splitter all the way left or right to completely hide sections of your page? The demo allows you to close the center panel completely by dragging right, but it…
Richard
  • 14,798
  • 21
  • 70
  • 103
0
votes
1 answer

wxPython Multiple Splitter Windows

I'm trying to embed splitter windows in set of panels, but when I run the following I see a flash, as if the top splitter window is overlaying the top panel of the second splitter window. I tried to keep track of the children of the frame and panels…
user1032355
  • 335
  • 1
  • 8
  • 13
0
votes
1 answer

Telerik MVC Splitter maintain state when page is submitted

I'm using a Telerik MVC Splitter like this: @(Html.Telerik().Splitter().Name("MainSplitter") _ .Orientation(SplitterOrientation.Horizontal) _ .HtmlAttributes( New With { .style = "height: 100%;" }) _ …
ricastro
  • 422
  • 1
  • 5
  • 17
0
votes
1 answer

How to make unmovable Splitter of the SplitterContainerControl DevExpress?

I've been using SplitterContainerControl of DevExpress, and i'm not finding a way to make the splitter unmovable. Already googled, no relevant results found. Any one knows anything about this? please share
eiden
1 2 3
16
17