Because the handles are often touched on the edge of the screen you may want to consider adding a editItemHandleInset property... and maybe a different color for the handle. This is what I envision.
BEFORE
AFTER
Hi Caylan,
Sure, those requests are all simple enough.
The size of the handles can already be controlled: flowLayoutView.editItemHandleSize
We currently only offer a single color property that controls the border and handles, but it'd be trivial to add another property for a separate handle color.
In terms of the inset, we can just offer a boolean clipToBounds type property, as it sounds like thats all you're really looking for.
-SteveZ
It would be nice, too, if the cells were a bit smarter and offered resizing handles on every edge that has an interior. Today, if a cell is in a right-hand corner, the cells right handle doesn't do much and it is impossible to resize to the left. Adding smarter handles would probably benefit internationalization, where layout is often leading-to-trailing instead of left-to-right.
That feature is a bit more complex. When we created the control, we wanted to keep the interactions and how it worked simplistic for the end user. Basically you can resize, which is either, right, bottom or right/bottom corner, or you can move.
Having resize handles on any of the other 5 locations, would mean a resize/move at the same time, which could cause a bit of chaos as your drag, as items get moved and pushed all over the place.
I'm not ruling this out though, however since this a more complex request, it would be a good candidate for you to add to our ideas page:
http://ideas.infragistics.com/forums/211525-nuclios
Thanks!
Agreed. Thanks for the feedback.