I have a tile panel control with 5 panels, 4 of the 5 just have a simple text box.
If I load the tile panel layout from XMl the "TextChanged' event of the text boxes will not fire.
Any ideas?
Matt
Hello Matt,
I believe that this is expected. When you are loading the layout from XML, the textbox is laying out its contents as it is doing when you are running your application for the first time for example, so the 'TextChanged' event is not firing then also. It will be helpful if you could clear out what you are trying to achieve here and then I will be happy to assist you further.
Please feel free to let me know if I misunderstood you.
Sorry.. what I meant was that if I load the layout of the tile panel from XML then after everything is loaded the "Text Changed" event will not fire when the user types in the tetbox that is on any of the tiles.
The problem doesn't exist if I don't load the layout from XML.