[DevExpress Support Team: CLONED FROM T1282426: Dx Splitter and repainting sub components]
However, for the dx tab panel, when I call a repaint, I noticed that it also recreates the components within the tabs so that leads to network calls (since each tab has grids with its own network calls). Is there a way to just repaint the tab headers? That way, I can call update dimensions/repaint in the component within the tabs so the components do not get recreated.
Hello Rohan,
You can set TabPanel.repaintChangesOnly to
true
to repaint only the elements that have changed. If this doesn’t help, please share a sample and describe your goal in greater detail.I look forward to your response.