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
Google seems to be advertising it enough on different streaming services, I don't watch normal TV as i refuse to pay for a Tv licence. (UK)
i have disabled it as much as I can on my phone, I have not changed Google assistant to it and yet still get notifications saying please change to Gemini.
If I don't use google assistant, then what makes them think I want to use Gemini?
As i said, it is disabled or as much as i can.
Exactly. They won't go 100 because current gen consoles are simply too old for any groundbreaking graphics or gaming experience otherwise. They will go with standard (console) price 70 or go with 80 if they really want to go premium. Of course they will have more expensive options too with some useless cosmetics as always.
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