c# - Telerik Tab Control - Only the currently SelectedPage shows controls visbility correctly -


i'm using 2013 q3 telerik tab control in c# winforms project. if test .visible property of control placed on page in tab return false unless select page. there property besides .visible can used test visibility of control on page without having select it?

here's dilatation: should not change native meaning of control's properties. period. asked in comment trying achieve, because suspected you're basing ui logic on control's visibility, in opinion isn't approach. visibility should bound background logic, not oposite. you're hiding controls reason, because @ point happened - keep track of "something" instead of inspecting results. imo visibility property should set, never checked.

alternatively if it's not possible change concept reason, workaround i'd attach handler visiblechanged event , set enabled property if sender not tab control - checking against enabled property you'd know whether control in use or not. find difficult imagine situation in i'd need check whether control visible.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -