Hi,
I have the following programming task (Visual Studio .net - no web application) where I wonder if there is maybe some sort of custom control (Third Party?), which could be useful:
There is a rectangular layout and it should be possible to create and move around rectangular buttons. The user should be able to create button and adjust properties like color, picture, set a text etc on the user level. It should also be possible to set custom properties for a button. Ideally it should be possible to align buttons on a grid, muti-select, etc.
Does anyone know if I have to create that from scratch or is there something that makes my live easier..
Thanks