Click here to Skip to main content
16,004,887 members
Home / Discussions / C#
   

C#

 
QuestionSimple Login Pin
andredani7-Sep-07 6:11
andredani7-Sep-07 6:11 
AnswerRe: Simple Login Pin
Christian Graus7-Sep-07 6:19
protectorChristian Graus7-Sep-07 6:19 
GeneralRe: Simple Login [modified] Pin
andredani7-Sep-07 6:27
andredani7-Sep-07 6:27 
Questionc++ and c# issue Pin
dany_ch7-Sep-07 5:05
dany_ch7-Sep-07 5:05 
AnswerRe: c++ and c# issue Pin
Luc Pattyn7-Sep-07 5:20
sitebuilderLuc Pattyn7-Sep-07 5:20 
GeneralRe: c++ and c# issue Pin
dany_ch7-Sep-07 5:30
dany_ch7-Sep-07 5:30 
GeneralRe: c++ and c# issue Pin
led mike7-Sep-07 5:55
led mike7-Sep-07 5:55 
QuestionLayout Transform v/s Render Transform Pin
KrunalC7-Sep-07 5:02
KrunalC7-Sep-07 5:02 
I'm working on WPF project in which I need to implement ZoomIn / ZoomOut on Scrollviewer object with seperate pan zoom window. There are two types of transformation which can be applied i.e. Layout Transform & Render Transform. Now the problem is I want to use the best of both kind of transformation.


I have a pan zoom window which shows the view of my scroll viewer object.When the view of my scrollviewer object changes i notify to pan zoom window to reflect the view of scroll viewer object.

For transformation, scrollviewer object's three properties are important. ViewPortSize, ExtentSize and Offset. When ZoomIn is performed, ViewPortSize and ExtentSize remains same in both Layout and Render transformation while Offset value gets changed in layout transform but in Render transform scrollviewer object's offset value is not changing. Because of this in render transform, even if the view(or layout) of my scrollviewer object in main canvas has changed still I can not send the changed information to pan zoom window (as offset value is same).
So my problem is my ZoomIn / ZoomOut related requirements are perfectly satisfied using Render Transform but if I use Render transform I can not update my view in Pan Zoom Window. Can any one suggest me the work around for this problem.

(I want to implement the zooming in the same way as implemented in Microsoft Visio. Pressing ctrl key n mouse wheel move wil provide the zooming operation in visio)

Below I'm pasting one link in which the problem described is I think somewhat related to my problem.
https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=991579&SiteID=1[^]

Hope I have been able to put up my question in proper way. Pls revert back in case more clarification needed. Thanks in advance.....Smile | :)
QuestionCheckboxes? Pin
XFighter7-Sep-07 4:43
XFighter7-Sep-07 4:43 
AnswerRe: Checkboxes? Pin
Thomas Stockwell7-Sep-07 5:13
professionalThomas Stockwell7-Sep-07 5:13 
Questionpinvoke error and struct Pin
Saamir7-Sep-07 3:34
Saamir7-Sep-07 3:34 
AnswerRe: pinvoke error and struct Pin
Giorgi Dalakishvili7-Sep-07 3:54
mentorGiorgi Dalakishvili7-Sep-07 3:54 
GeneralRe: pinvoke error and struct Pin
Saamir7-Sep-07 4:14
Saamir7-Sep-07 4:14 
GeneralRe: pinvoke error and struct Pin
Luc Pattyn7-Sep-07 5:30
sitebuilderLuc Pattyn7-Sep-07 5:30 
GeneralRe: pinvoke error and struct Pin
Saamir7-Sep-07 9:17
Saamir7-Sep-07 9:17 
GeneralRe: pinvoke error and struct Pin
Luc Pattyn7-Sep-07 9:48
sitebuilderLuc Pattyn7-Sep-07 9:48 
AnswerRe: pinvoke error and struct Pin
edu.net7-Sep-07 8:43
edu.net7-Sep-07 8:43 
GeneralRe: pinvoke error and struct Pin
Saamir7-Sep-07 9:12
Saamir7-Sep-07 9:12 
QuestionSyncfusion menubar and logo Pin
Keshav V. Kamat7-Sep-07 3:06
Keshav V. Kamat7-Sep-07 3:06 
AnswerRe: Syncfusion menubar and logo Pin
Larantz7-Sep-07 3:26
Larantz7-Sep-07 3:26 
QuestionC++ dll, again.. Pin
Dio227-Sep-07 2:56
Dio227-Sep-07 2:56 
AnswerRe: C++ dll, again.. Pin
Giorgi Dalakishvili7-Sep-07 2:59
mentorGiorgi Dalakishvili7-Sep-07 2:59 
GeneralRe: C++ dll, again.. Pin
Dio227-Sep-07 3:13
Dio227-Sep-07 3:13 
QuestionI read about this here Pin
XFighter7-Sep-07 2:53
XFighter7-Sep-07 2:53 
AnswerRe: I read about this here Pin
Giorgi Dalakishvili7-Sep-07 2:56
mentorGiorgi Dalakishvili7-Sep-07 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.