|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WPF FlowDocument user interactionHi,
Is there any way to enable user to interact with FlowDocument like resize and drag to change layout? Thanks. Jim Hello Jim,
>Is there any way to enable user to interact with FlowDocument like resize There's nothing like that built in, I believe.>and drag to change layout? Oliver Sturm Is there any event like section/click to track at least? Thanks.
Jim Show quote "Oliver Sturm" <oli***@sturmnet.org> wrote in message news:xn0f4236h4pgyuv001@msnews.microsoft.com... > Hello Jim, > >>Is there any way to enable user to interact with FlowDocument like resize >>and drag to change layout? > > There's nothing like that built in, I believe. > > > Oliver Sturm > -- > http://www.sturmnet.org/blog Hello Jim,
>Is there any event like section/click to track at least? Thanks. We were talking about the FlowDocument, right? It seems to me that you're rather thinking of one of the visualization components, like the FlowDocumentReader. Then again, for that purpose of course there's support for zooming and a bunch of other things, as well as a slew of events. In case you're not aware of these viewer controls (there's more than one), look here for a starting point: http://msdn2.microsoft.com/en-us/library/system.windows.controls.flowdocumentreader.aspx Oliver Sturm Oliver,
Thanks for you reply. Basicly I'm try to find out how posible to provide visual disign functionality at run time to produce a WYIWYG type of application with FlowDocumentation. Thanks again. Jim Show quote "Oliver Sturm" <oli***@sturmnet.org> wrote in message news:xn0f424lu4re3tm000@msnews.microsoft.com... > Hello Jim, > >>Is there any event like section/click to track at least? Thanks. > > We were talking about the FlowDocument, right? It seems to me that you're > rather thinking of one of the visualization components, like the > FlowDocumentReader. Then again, for that purpose of course there's support > for zooming and a bunch of other things, as well as a slew of events. In > case you're not aware of these viewer controls (there's more than one), > look here for a starting point: > > > http://msdn2.microsoft.com/en-us/library/system.windows.controls.flowdocumentreader.aspx > > > Oliver Sturm > -- > http://www.sturmnet.org/blog |
|||||||||||||||||||||||