Skip to main content
1-Visitor
April 25, 2018
Solved

How can I give visibility of textbox in runtime

  • April 25, 2018
  • 1 reply
  • 1388 views

Hi,

I want to give the visibility of text box based on the selected item in the list. That is if the selected Item has any reason to be displayed then text box should be in visible state.

 

Thanks

Sameera

 

Best answer by PaiChung

Try it with a Validation widget, they can resolve to True/False and bind that to the Visibility of your Text box

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 25, 2018

Try it with a Validation widget, they can resolve to True/False and bind that to the Visibility of your Text box

1-Visitor
April 26, 2018

Thanks @PaiChung it is working for me.