WPF FlowDocument user interaction

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hi,
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
and drag to change layout?

There's nothing like that built in, I believe.


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
 
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
 
Back
Top