Print Page | Close Window

Missing BulletPanel

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: MarkupLabel Control
Forum Description: Topics Related to Codejock MarkupLabel Control
URL: http://forum.codejock.com/forum_posts.asp?TID=18109
Printed Date: 05 May 2024 at 4:28pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Missing BulletPanel
Posted By: cpede
Subject: Missing BulletPanel
Date 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++)



Replies:
Posted By: Oleg
Date 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


Posted By: cpede
Date 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++)


Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net