|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Is there a component that...I need to make something consisting of movable boxes which snap into
position when arranged in a row, such that you can change the order by moving them around -- rather like the video clips in Windows Movie Maker. Is there anything like this predefined in C#? Michael,
Nope, you will have to implement this yourself, or get a third-party component that will do it. Hope this helps. -- Show quoteHide quote- Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "Michael A. Covington" <l***@ai.uga.edu.for.address> wrote in message news:uau9x8E1GHA.4452@TK2MSFTNGP02.phx.gbl... >I need to make something consisting of movable boxes which snap into >position when arranged in a row, such that you can change the order by >moving them around -- rather like the video clips in Windows Movie Maker. > > Is there anything like this predefined in C#? > > You could implement the draging of panels contained in a flow layout panel.
You would just need to determine which panel they have been dragged over (possible with each panels dragover event) and move them up or down the list of elements. Alternativley you could use the Ingragistics grid in CardView with row re-ordering turned on. You can download a thirty day trial but i dont know if the format of the data will be for you. HTH Ciaran O'Donnell Show quoteHide quote "Michael A. Covington" wrote: > I need to make something consisting of movable boxes which snap into > position when arranged in a row, such that you can change the order by > moving them around -- rather like the video clips in Windows Movie Maker. > > Is there anything like this predefined in C#? > > > Thanks!
Show quoteHide quote "Ciaran O''Donnell" <CiaranODonn***@discussions.microsoft.com> wrote in message news:D8429DDE-848A-4F87-A99F-2A1790042BC9@microsoft.com... > You could implement the draging of panels contained in a flow layout > panel. > You would just need to determine which panel they have been dragged over > (possible with each panels dragover event) and move them up or down the > list > of elements. > > Alternativley you could use the Ingragistics grid in CardView with row > re-ordering turned on. You can download a thirty day trial but i dont know > if > the format of the data will be for you. > > HTH > > Ciaran O'Donnell > > > > "Michael A. Covington" wrote: > >> I need to make something consisting of movable boxes which snap into >> position when arranged in a row, such that you can change the order by >> moving them around -- rather like the video clips in Windows Movie Maker. >> >> Is there anything like this predefined in C#? >> >> >>
Suggestions for advanced c# book?
Data Acess aplication block Design question and databases huge Voice file transfer via TCP; Problem: GetHashCode for string is different in 1.1 and 2. Win XP: Log users on/off Form OnClose() BackgroundWorker class Hex help needed a project very same as Microsoft Word word correction system |
|||||||||||||||||||||||