WPF FlowDocument user interaction

J

Jim

Hi,
Is there any way to enable user to interact with FlowDocument like resize
and drag to change layout?
Thanks.
Jim
 
O

Oliver Sturm

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
 
O

Oliver Sturm

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
 
J

Jim

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top