Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
412 views
in Technique[技术] by (71.8m points)

winforms - Float new control over TableLayoutPanel c#

I have a project where I have a UserControl that is docked into a TableLayoutPanel cell. When the user starts typing I have a listbox that is created and moves along the Carot location with suggestions. Is there a way to make this new listbox float over the TableLayoutPanel and not get constrained. What it is currently doing is getting placed below the entire table layout. The control works fine when not in a table layout panel but the reformatting for different resolutions works best with the TableLayoutPanel.

Thanks

question from:https://stackoverflow.com/questions/65940346/float-new-control-over-tablelayoutpanel-c-sharp

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...