Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Column header with html text  (Read 509 times)

0 Members and 1 Guest are viewing this topic.

Mike

  • Guest
Column header with html text
« on: March 12, 2009, 09:04:04 AM »
Hi there,

i`ve downloaded your new version and want to add a html text to the column. My code is:
ordersColumn.Text = "Order (<a href=\"orders\">?</a>)";

but it shows the plain text instead of html one!!!
So how to show a html text in the column`s header?

BTW, where can I find use-cases documentation like 'How to...'?

thanks.

Ruslan

  • Flexible TreeView Team
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 569
Re: Column header with html text
« Reply #1 on: March 12, 2009, 11:32:41 AM »
Every object which uses the HTML text renderer has the SupportHtml property which is disabled by default for performance reason. So for TreeColumn it`s the TreeColumn.SupportHtml property and so on for NodeTextBox & Expandable controls.
So enable this property to show a html text instead of a plain one.

About 'How to's: out next goal is to provide many use cases with complete description where you can find where and how you can use the Flexible TreeView.
 

Copyright © 2006-2012 ARMSoft. All rights reserved.