The Wayback Machine - https://web.archive.org/web/20220221213803/https://github.com/topics/ui-library
Skip to content
#

ui-library

Here are 204 public repositories matching this topic...

ant-design
rrirower
rrirower commented Feb 10, 2022

Describe the bug
A child control (eg. combobox or label) on a Metro tab page cannot be hidden using ".Visbile = false" or ".Hide()".

To Reproduce
Steps to reproduce the behavior:

  1. Create a child control on a Metro tab page.
  2. In the Load event, try hiding it.
  3. Control will not hide and remains visible.

Expected behavior
The control should be hidden when requested.

Improve this page

Add a description, image, and links to the ui-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ui-library topic, visit your repo's landing page and select "manage topics."

Learn more