Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Node edit textbox styling issue (Read 2347 times)
Niranjan
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 9
Joined: Nov 19th, 2009
Node edit textbox styling issue
Apr 26th, 2010 at 11:18am
Print Post  
Hi,

I want to remove border of the edit textbox of Node.

Can someone help me?

Regards,
Niranjan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node edit textbox styling issue
Reply #1 - Apr 26th, 2010 at 11:22am
Print Post  
Hi,

Handle the EnterInplaceEditMode event and you'll get a reference to that TextBox as argument.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Niranjan
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 9
Joined: Nov 19th, 2009
Re: Node edit textbox styling issue
Reply #2 - Apr 26th, 2010 at 11:27am
Print Post  
Hi Stoyan,

Thanks for your quick reply.

I have tried following thing but did not work Sad

e.TextBox.BorderBrush = new SolidColorBrush(Colors.Transparent);

Can you suggest me other way to remove border style??

Regards,
niranjan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node edit textbox styling issue
Reply #3 - Apr 26th, 2010 at 11:41am
Print Post  
I think that hides the textbox border, but then you see some kind of keyboard focus indicator also drawn as a border. You might have to assign a new style to the TextBox that overrides the Focused visual state if you need to hide that too.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint