pmike
Topic Author
Posts: 28
Joined: 31 Oct 2012, 09:29

Flow and Fixed Document support

09 Nov 2012, 09:06

Do you plan to support Flow and/or Fixed Document?
 
User avatar
jsantos
Site Admin
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: Flow and Fixed Document support

09 Nov 2012, 21:10

For v1.0 the features are closed. I don't think that FixedDocument will be implemented anytime in the future. FlowDocument is quite useful but the implementation is quite complex. We still have yet to decide if it will be implemented in v2.0.

What we are going to have for v1.1 is implementing all the inlines of TextBlock. For now this is not supported and has to be emulated this way:
<StackPanel Orientation="Horizontal">
    <TextBlock Text="Hi! I am a "/>
    <TextBlock FontWeight="Bold" Text="TextBlock"/>
    <TextBlock Text=" emulating inlines"/>
</StackPanel>
Not perfect but it works... you can see more examples of this in the SamplesGallery. The description of each sample is contained in the /Desc/ directory. For example, for the button:
Description.JPG
Description.JPG (23.23 KiB) Viewed 3958 times
 
pmike
Topic Author
Posts: 28
Joined: 31 Oct 2012, 09:29

Re: Flow and Fixed Document support

11 Nov 2012, 19:42

Thank you for your response. We will wait for the new useful features ;)
 
User avatar
jsantos
Site Admin
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: Flow and Fixed Document support

12 Nov 2012, 03:07

good, if you need help with any specific xaml do not hesitate to ask for help here.

Who is online

Users browsing this forum: Semrush [Bot] and 7 guests