i'm building application for touch screen, and obviously all components should be large enough to be friendly user.
i can't find the way to expand the scroll bar in XamDataGrid and also the filter Area scroll bar and selectors.
help is important and highly appruciated.
Hello again,
I modified the previous sample I gave you and I believe that now it has all the functionalities you want. I resized some of the elements you want from code behind a some of them in XAML.
Hope this helps you.
hi,
thanks a lot, this was quite helpufull but this is not what i meant.
as you can see below, the most important thing is expanding the selector button and even more important is to exapand the scroll veiwer after pressing the button, usually i have hundreds of records to filter so scroll bar appear, i need this scroll bar to be expanded. as arrows are pointing out.
thanks a lot
Hello,
I created a sample project for you where I changed the sizes of the elements you want. I used the Infragistics’ Utilities class to get them and change them in the FilterCellValuePresenter’s Loaded event. Please let me know if you need further assistance on this matter.
Looking forward for your reply.
yes i already viewed the base template but when i tried to retemplate it, i didnt get the required results and i was quite lost, if anyone can direct me step by step it would be very helpfull.
thanks,
You can find the default style for the FilterCellValuePresenter in the following file: C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\WPF\DataPresenter\DataPresenterGeneric_Express.xaml, which is installed there by default. You can copy the style and modify it as you want.