Top "Visibility" questions

Visibility is an attribute of an object.

Understanding java's protected modifier

I have a class called A in package1 and another class called C in package2. Class C extends class A. …

java visibility protected access-modifiers
MultiDataTrigger with OR instead of AND

I am trying to set multiple DataTriggers on my Button. I did some research and found that MultiDataTrigger allows you …

c# wpf xaml button visibility
Package protected alternative in Kotlin

In Java, we have package protected (default) modifier for classes, which allows us to have many classes in a single …

visibility kotlin
Is there a downside to using -Bsymbolic-functions?

I recently discovered the linker option "-Bsymbolic-functions" in GNU ld: -Bsymbolic When creating a shared library, bind references to global …

linker visibility elf dynamic-library
setvisible method in java swing hangs system

I have banking gui application that I am currently working on and there seems to be a problem with the …

java swing visibility swingworker
What is EXT JS's method to use "display:none"

Hello I have to load an ajax element into div. That div would earlier have another sub div by the …

hide visibility show-hide extjs
sometimes I want to hide buttons in a DataGridViewButtonColumn

I have a DataGridView which was the subject of a previous question (link). But sometimes the Button is null. This …

c# datagridview visibility datagridviewbuttoncolumn
Can traits have properties & methods with private & protected visibility? Can traits have constructor, destructor & class-constants?

I've never seen a single trait where properties and methods are private or protected. Every time I worked with traits …

php constructor visibility traits class-constants
Open a Workbook with XLWINGS without making it visible

I am starting to use XLWings (not that I like Excel, at all, but it is something I HAVE TO …

python excel visibility xlwings
Handling WPF TabItems Visibility property

I have been reading about Visibility.Collapsed for TabItems. When the Visibility is set to Collapsed, the TabItem header is …

c# wpf visibility tabitem