491 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
81
views
Making changes in Resize behaviour of table column
First time here.
I need to change the behaviour of the title column in antd Table to be resizable. Code in TS + React + antd + react-resizable.
The table column are resizable, there may be fixed/...
0
votes
0
answers
60
views
How to set Bounds such that the draggable element does not breach boundary - using react-moveable
I am using a SVG image as a background , then adding other SVG Icons over the background, to set the position on the background (Resize and Rotate).
Current implementation does not cross the boundary ...
1
vote
2
answers
112
views
How to tile a texture vertically only?
In my app, I need to display images (textures).
Some are tiled, and some are stretched.
At the time, I have this code working:
Image(frame.image)
.resizable(resizingMode: (frame.repeatTexture == true) ...
0
votes
0
answers
504
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 ...
0
votes
1
answer
35
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 ...
0
votes
0
answers
901
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 ...
-1
votes
1
answer
431
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.
...
0
votes
1
answer
171
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> ) : ...
-1
votes
1
answer
2k
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 ...
1
vote
0
answers
335
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 ...
1
vote
1
answer
436
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.
...
0
votes
0
answers
442
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:
...
0
votes
2
answers
1k
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 ...
0
votes
1
answer
3k
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 ...
1
vote
2
answers
452
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 ...