Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143528 | Mar 25,2019 01:21 PM UTC | Mar 26,2019 11:16 AM UTC | WPF | 1 |
![]() |
Tags: AutoComplete |
void auto1_Loaded(object sender, RoutedEventArgs e)
{
Popup pop = AutoComplete1.Template.FindName("PART_Popup", AutoComplete1) as Popup;
ListBox listBox = AutoComplete1.Template.FindName("PART_Container", AutoComplete1) as ListBox;
if (pop != null)
{
pop.Width = 210;
listBox.Width = 200;
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.