|
|
 |  |  |
 |
|
 |
 |
|
|
|
|
| Author |
Messages |
|
Eddie
Posts:1
 |
| 01/17/2010 12:18 PM |
|
Hi I have looked at this example http://silverlightdesktop.net/Default.aspx?tabid=56&EntryID=42 and have extended this. But im not sure how to make it possible to resieze the window by dragging all corners (not just the lower right one like in this app) and I see that in your application http://www.adefwebserver.com/DotNetNukeHELP/Misc/Silverlight/SilverlightDesktop/SilverlightDesktop/SilverlightDesktop.aspx you can resize the window by dragging in all corners. Could you please tell me how you managed to do this? Is this based on the first example I mentioned? thanks |
|
|
|
|
Michael Washington
Posts:64
 |
| 01/17/2010 12:36 PM |
|
It is not possible to make the first example resize on all corners without rewriting it. That is why we decided not to use it for SilverlightDesktop. The code for SilverlightDesktop is actually simple and the full source code is available onthe download page. |
|
|
|
|
Michael Washington
Posts:64
 |
| 01/29/2010 1:26 PM |
|
Most of the code is on this page: http://silverlightdesktop.codeplex.com/SourceControl/changeset/view/37640#242873 I think the difference is that with SilverlightDesktop, we are moving an object that is on a canvas. When you widen the right hand side it is easy, but the left hand side requires us to reposition the object so it stays in one place while the width changes (same issue for the top and the bottom). With the other project they are using a popup. |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
|
|
|
|
 |  |  |
|