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
Samsung Galaxy Z Fold 8, Flip 8, Z Fold Wide: Everything you need to know
The ONLY thing I need to know is the price, which I know will be way higher than I (and most people) are willing to pay for a phone... so basically nothing here I need to know.
PS: Nice job getting that Apple reference to a non-existent and unrevealed product as "competition" in there. Cheque is in the mail.
Well I really think the repasting helped if your higher clocks have returned, maybe the next thing to look at is if there is a problem with your case airflow?
I guess this because your 3080 has returned to optimal state, but is still staying too warm, which might suggest it was thermal throttling before you repasted, of which the only logical conclusion could be outside factors.
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