Dynamic Controls.
-
Hi, I have created a UserControl, and i am trying to add that control in a form in a flowlayout panel. The User Control is not visible in the flowlayout panel for i dont know what reason...:confused: PLz help.
Your code is broken. If you showed us the code, we could tell you where. Isn't a flowlayoutpanel WPF ? I don't think it's winforms ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Your code is broken. If you showed us the code, we could tell you where. Isn't a flowlayoutpanel WPF ? I don't think it's winforms ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
OK - well, I apologise, I just wasn't sure. Either way, we can't help you if you can't post code for us to look at.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, I have created a UserControl, and i am trying to add that control in a form in a flowlayout panel. The User Control is not visible in the flowlayout panel for i dont know what reason...:confused: PLz help.
If you have other controls in the panel and the with of all controls exceed the with of the panel the controls that can not be displayed on the same row as the others will be placed on another row, under the visible ones, you might want to check for that.
-
Hi, I have created a UserControl, and i am trying to add that control in a form in a flowlayout panel. The User Control is not visible in the flowlayout panel for i dont know what reason...:confused: PLz help.
First add your control in the Toolbox and than drag/drop your control to flowlayout panel