Skip to main content
0 votes
0 answers
13 views

Scrollable Panels Not Working in React-Resizable-Panels

I'm working with the react-resizable-panels library and trying to make each Panel section scrollable when content overflows. However, despite adding overflow-y-auto and ensuring proper container ...
TheDonHub's user avatar
0 votes
0 answers
80 views

How to resize and drag an image using vanilla JavaScript

I have a simple Mr Potato Head game with a big Mr Potato Head and a side bar filled with parts. I would like to make the parts, which are images, both draggable and resizable. The following is the ...
iLuvSoftware's user avatar
0 votes
1 answer
33 views

relative positioned div resize property changes its position

I am trying to create a dragabble resizable dialog box, but I can't seam to get it to resize from right to left, bottom to top. I want to be able to resize the div without changing its position. If ...
Paul Tennant's user avatar
0 votes
0 answers
276 views

Dnd Kit + Re-Resizable not working as expected

I have a react project where I am trying to build sort of a figma like app. I already added zoom, panning and dragging using DnDKit, and now I am trying to implement re-resizable. The Draggable ...
Maximiliano Bisurgi's user avatar
-1 votes
1 answer
142 views

How to disabled dragging when resizing

I am using dndkit and re resizable. When i resizing, the component is still moving as in the here https://codesandbox.io/p/sandbox/dnd-kit-resize-24tcrh?file=%2Fsrc%2FDraggable.js Here is my code. ...
user16971617's user avatar
0 votes
0 answers
39 views

How do I configure my WSL to make resizeable work for tkinter or swing?

I tried to make a window in both Java and Python, both Swing and TKinter have a method that blocks resizing but it doesn't work if I'm running in WSL. Is there any way to fix this? I tried using ...
Breno Lima's user avatar
0 votes
1 answer
73 views

Trouble implementing resizable div in React, div resize in the wrong direction when resizing to the lower limit

I am implementing myself Resizable without using libraries. Below is my handleMouseMove function: useEffect(() => { const handleMouseMove = (event : React.MouseEvent<HTMLDivElement> ) : ...
MInH THiỆn's user avatar
-1 votes
1 answer
798 views

I need React draggable-resizable library with drag only on certain part of element - "react-moveable"

I'm looking for some React library, that will make my <div> draggable only at certain part of element, resizable. I have found "react-moveable" library that makes my elements draggable ...
Dima Malko's user avatar
1 vote
0 answers
265 views

Angular 17: drag and resize, something wrong in component isolation

I have two problems that I cannot identify: When I resize the container2 the container1 is translated vertically. When I switch to resize container1 after 2, the resize works differently, in fact ...
Lorenzo's user avatar
  • 75
1 vote
1 answer
407 views

Angular 17: select correct ElementRef of children component on mouseover event

I am constructing draggable and resizable elements in a circumscribed area. When I hover these elements I dynamically apply sensitive dots (red squares) over them so that I can also perform resizing. ...
Lorenzo's user avatar
  • 75
0 votes
0 answers
346 views

How to Create a Borderless, Resizable Window with No Titlebar in .Net

I used to be able to do this more smoothly in XP but Windows 10 seems to have made it harder. In Windows 10 I can drag the right edge to resize the window with the following code for example: ...
wade's user avatar
  • 35
0 votes
2 answers
951 views

ResizeObserver loop completed with undelivered notifications /bokeh charts with reactgridlayout for dragable,resizable bokeh charts

I am using bokeh charts inside the React grid layout library, The React grid layout has the features resizable, draggable,rearrangable, The normal div is working fine for the React grid layout when I ...
Sujen's user avatar
  • 278
0 votes
1 answer
2k views

Angular - how to create a table resizable column and remember the width and size

I am developing an Angular application where we can add or remove columns according to user choice and priority. I want to create a table with a resizable columns width and store the resized column in ...
Tush's user avatar
  • 1
1 vote
2 answers
332 views

Re-resizable preventing flatlist from scrolling

Resizable from the re-resizable package is preventing my Flatlist from scrolling. When the list has enough elements to require scrolling, it doesn't start to scroll. This behavior doesn't happen when ...
Austin Poulson's user avatar
0 votes
0 answers
12 views

Convert js to jq to resize one object compared to the other next to it [duplicate]

I have a problem that I am dealing with, need a resizable window dragged by the side. Unfortunately resizable() in jq doesn't work for me and resize in css doesn't give me the proper solution I need. ...
Lukas Andel's user avatar

15 30 50 per page
1
2 3 4 5
33