I am trying to place a label beside a tab control like the image(sample) below.
I placed the label but the label goes behind the tab control. These are the methods i tried to bring the control front but it is not getting displayed.
none worked
this.labelControl2.BringToFront(); [/CODE]
then i tried to invalidate for a repaint
[CODE] this.labelControl2.Invalidate(); [/CODE]
I also tried to set the child index so that the label is the first control and will be displayed above all control like this
Sounds like you just skimmed over the review, I answer all those questions in it. Although I admit I did not test if DTS works over the headphones, when I get some time I will test this. My personal use case is more speaker-driven (I cover this in the review too).
It actually does the same exact thing as yours, 7.1 virtual surround over headphones.
From the product page: "Experience sound that surrounds you with 7.1 virtual surround, delivering a wider, more immersive soundstage for movies, games, and music."
So both of them are two channel, with 7.1 virtual surround that only work in Headphones mode.
Enpass has been my goto solution for almost 6 years now (got a lifetime license). Especially as it works 100% offline, independent of whatever browser I use, available on ALL my devices (Laptop/Tablet/Desktop/Smartphone/Smartwatch), and syncs between my devices via WiFi. And with the recent UI upgrade, it looks just-as eye-catching as 1Password used to be before they ruined it all with a stupid online account requirement.
That said, I still wish they'd implement integration with Windows Passkey support, and support for Samsung Internet on Android. Especially now that microslop has eliminated the Edge Sidebar, and Samsung Internet for Windows brings it back, making me eager to install another browser on my Windows system after 6 years of using only Edgium...
Question
still1
Hi all,
I am trying to place a label beside a tab control like the image(sample) below.
I placed the label but the label goes behind the tab control. These are the methods i tried to bring the control front but it is not getting displayed.
none worked
then i tried to invalidate for a repaint
this.labelControl2.Invalidate();
[/CODE]
I also tried to set the child index so that the label is the first control and will be displayed above all control like this
Parent.Controls[0].Controls[0].Controls[0].Controls.SetChildIndex(labelControl2, 0);
[/CODE]
A click on a hyperlink in one of the tab should invoke the label and display the name of the link on the label.
That's my requirement but i couldn't get the label displayed.
even tried to repaint the label manually.I am using dev express tabControl just an fyi.
Link to comment
https://www.neowin.net/forum/topic/1055880-c-label-beside-tabcontrol/Share on other sites
6 answers to this question
Recommended Posts