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

Re: WPF FlowDocument user interaction by Oliver

Oliver
Fri Mar 23 14:36:51 CDT 2007

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

Re: WPF FlowDocument user interaction by Jim

Jim
Fri Mar 23 15:13:35 CDT 2007

Is there any event like section/click to track at least? Thanks.
Jim
"Oliver Sturm" <oliver@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



Re: WPF FlowDocument user interaction by Oliver

Oliver
Fri Mar 23 15:30:37 CDT 2007

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

Re: WPF FlowDocument user interaction by Jim

Jim
Fri Mar 23 15:53:53 CDT 2007

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

"Oliver Sturm" <oliver@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