Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > MarkupLabel Control
  New Posts New Posts RSS Feed - Missing BulletPanel
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Missing BulletPanel

 Post Reply Post Reply
Author
Message
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Topic: Missing BulletPanel
    Posted: 23 March 2011 at 4:08am
We are using Markup more and more. Converting "old" HTML formatting to markup. In this conversion we really miss a BulletPanel known from XAML.
 
-cpede
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2011 at 4:47am
Hi,

Seems XAML from MS implementation have no idea what is BulletPanel...

System.Windows.Markup.XamlParseException: The tag 'BulletPanel' does not exist in XML namespace 

What it gives compare to StackPanel ?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2011 at 5:07am
Ok, sorry; i just made a quick google.
 
As the name implies, I want some lines of text with bullets in front. Like the <ol> and <ul> tags with the <li> lines in HTML.
 
Maybe it is not a part of XAML, but it should Smile
 
cpede
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2011 at 6:02am
Nope. XAML don't have special bullet panel, just use stackpanel

<Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
<ScrollViewer>
<StackPanel>
<TextBlock>• Item1</TextBlock>
<TextBlock>• Item2</TextBlock>
</StackPanel>
</ScrollViewer>
</Page>
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.