An open API service indexing awesome lists of open source software.

https://github.com/icedpygui/iced_divider

An Iced widget used to change the size of adjacent containers using the mouse
https://github.com/icedpygui/iced_divider

Last synced: about 1 year ago
JSON representation

An Iced widget used to change the size of adjacent containers using the mouse

Awesome Lists containing this project

README

          

# iced_divider
An Iced widget used to change the size of adjacent containers using the mouse horizontally or vertically.



https://github.com/user-attachments/assets/430cf3d2-660b-4c07-9a23-d7445e43ff1a

## Easy to Use

* Using a stack, place the dividers(s) over your containers.
* Use the value of the divider to place the handle over the edge of the container.
* Resize the containers using the return message when the handle is moved.
* The message routine is simple, see examples, and is esssentially the same for all situations.
* Make a table easily, you have full control of the content and styling.
* Tables can have headers or footers, no restrictions.